TikTok-Live-Studio / src /entrypoint.sh
fnorby777's picture
Initial clean commit
076bd51
Raw
History Blame Contribute Delete
107 Bytes
#!/bin/bash
set -e
# Execute main.py with all passed arguments
exec python3 main.py -no-update-check "$@"