Create build system (#1)
This commit is contained in:
10
image/run.sh
Executable file
10
image/run.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
_term() {
|
||||
kill -TERM "$server_pid" 2>/dev/null
|
||||
}
|
||||
|
||||
trap _term SIGTERM
|
||||
/usr/bin/zmp24 &
|
||||
server_pid=$!
|
||||
wait "$server_pid"
|
Reference in New Issue
Block a user