bodypix-background/start.sh

8 lines
116 B
Bash
Raw Normal View History

2020-05-03 16:47:37 -04:00
#!/bin/bash
trap "exit" INT TERM ERR
trap "kill 0" EXIT
node server.js &
python -m bodypix-background "$@" &
wait