FakeRelay/entrypoint.sh
2022-12-04 10:41:02 -03:00

8 lines
67 B
Bash

#!/bin/ash
if [ "$1" = "web" ]; then
web
else
cli "$@"
fi