#!/bin/sh -e

COMMAND=$*

curl -H "Authorization: Bearer $LILA_CLI_TOKEN_DEV" -d "$COMMAND" http://localhost:9663/run/cli
