Files
my-links/startup.sh
2024-09-18 16:59:16 +02:00

7 lines
90 B
Bash
Executable File

#!/bin/bash
(trap 'kill 0' SIGINT; node ace scheduler:run & pnpm start)
wait -n
exit $?