mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
7 lines
90 B
Bash
Executable File
7 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(trap 'kill 0' SIGINT; node ace scheduler:run & pnpm start)
|
|
|
|
wait -n
|
|
exit $?
|