mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 23:03:51 +00:00
Merge branch 'develop' into feature/workin_first_and_ugly
This commit is contained in:
7
api/scripts/multi-runner.sh
Executable file
7
api/scripts/multi-runner.sh
Executable 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 $$
|
Reference in New Issue
Block a user