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