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