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

6 lines
105 B
Bash
Executable file

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