14 lines
267 B
Bash
Executable file
14 lines
267 B
Bash
Executable file
# I'm so bad at bash scripting
|
|
#cat << EOF
|
|
# ____ ______________ __
|
|
# / __ \/ _/ ___/ ___// /
|
|
# / / / // / \__ \\__ \/ /
|
|
# / /_/ // / ___/ /__/ /_/
|
|
#/_____/___//____/____(_)
|
|
#
|
|
#EOF
|
|
|
|
echo '[runner] starting...'
|
|
node src/index.js
|
|
echo '[runner] exited.'
|
|
|