Merge branch 'develop' into feature/workin_first_and_ugly

This commit is contained in:
gadotroee
2021-04-29 08:17:40 +03:00
committed by GitHub
5 changed files with 36 additions and 15 deletions

7
api/scripts/multi-runner.sh Executable file
View File

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