1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-16 00:03:16 +00:00
Files
SouthwestCheckin/entrypoint.sh
2019-07-07 20:59:12 -07:00

9 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" != "/bin/sh" ]; then
python -u ./checkin.py "$@"
else
exec "$@"
fi