lovespeech/server/entrypoint.sh
2024-09-29 09:24:47 +02:00

5 lines
95 B
Bash
Executable file

#!/bin/sh
test "" = "$*" || { exec "$@"; }
echo "running /entrypoint.py"
exec /entrypoint.py