jabe/scripts/docker_run.sh

15 lines
267 B
Bash
Raw Normal View History

2024-03-29 05:51:46 +00:00
# I'm so bad at bash scripting
#cat << EOF
# ____ ______________ __
# / __ \/ _/ ___/ ___// /
# / / / // / \__ \\__ \/ /
# / /_/ // / ___/ /__/ /_/
#/_____/___//____/____(_)
#
#EOF
echo '[runner] starting...'
2024-03-29 19:12:14 +00:00
node src/index.js
echo '[runner] exited.'
2024-03-29 05:51:46 +00:00