8 lines
No EOL
116 B
Bash
Executable file
8 lines
No EOL
116 B
Bash
Executable file
#!/bin/bash
|
|
trap "exit" INT TERM ERR
|
|
trap "kill 0" EXIT
|
|
|
|
node server.js &
|
|
python -m bodypix-background "$@" &
|
|
|
|
wait |