FakeRelay/entrypoint.sh

8 lines
67 B
Bash
Raw Normal View History

2022-12-04 14:41:02 +01:00
#!/bin/ash
if [ "$1" = "web" ]; then
web
else
cli "$@"
fi