lila/bin/cli-prod
Niklas Fiekas 9e90b7bd1d sh -e everywhere
To avoid silently ignored errors.
2018-08-25 11:26:54 +02:00

6 lines
112 B
Bash
Executable file

#!/bin/sh -e
COMMAND=$*
curl -H "Authorization: Bearer $LILA_CLI_TOKEN" -d "$COMMAND" https://lichess.org/cli