run CLI commands on stage

fishnet
Thibault Duplessis 2016-03-15 09:55:19 +07:00
parent c3fc8e3f7b
commit f1a130cf5b
1 changed files with 6 additions and 0 deletions

6
bin/cli-stage 100755
View File

@ -0,0 +1,6 @@
#!/bin/sh
COMMAND=$*
PASSWORD=$LILA_CLI_PASSWORD
curl -d "password=$PASSWORD&command=$COMMAND" http://en.stage.lichess.org/cli