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

7 lines
124 B
Bash
Executable file

#!/bin/sh -e
COMMAND=$*
PASSWORD=$LILA_CLI_PASSWORD
curl -d "password=$PASSWORD&command=$COMMAND" https://listage.ovh/cli