mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-11-12 05:17:11 +00:00
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
./apiserver &
|
|
./passivetapper -i eth0 &
|
|
wait -n
|
|
pkill -P $$
|