mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 05:12:26 +00:00
Update multi-runner.sh
This commit is contained in:
parent
9531f7a14b
commit
652df03351
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# this script runs both executables and exits everything if one fails
|
||||||
./apiserver &
|
./apiserver &
|
||||||
./passivetapper -i eth0 &
|
./passivetapper -i eth0 &
|
||||||
wait -n
|
wait -n
|
||||||
|
Loading…
Reference in New Issue
Block a user