mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
COMMAND=$*
|
|
|
|
curl -H "Authorization: Bearer $LILA_CLI_TOKEN" -d "$COMMAND" https://lichess.org/run/cli
|