Update multi-runner.sh

This commit is contained in:
RamiBerm 2021-04-28 17:33:01 +03:00
parent 9531f7a14b
commit 652df03351

View File

@ -1,4 +1,6 @@
#!/bin/bash
# this script runs both executables and exits everything if one fails
./apiserver &
./passivetapper -i eth0 &
wait -n