Files
kubeshark/api/scripts/multi-runner.sh
2021-04-29 08:21:30 +03:00

8 lines
195 B
Bash
Executable File

#!/bin/bash
# this script runs both executables and exits everything if one fails
./apiserver &
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 &
wait -n
pkill -P $$