1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00
Files
SouthwestCheckin/entrypoint.sh
2019-02-16 20:09:13 -08:00

9 lines
94 B
Bash
Executable File

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