Files
kubeshark/api/scripts/multi-runner.sh
Alex Haiut 29407729cf fixed readme and reduced batch size to 5 (#22)
Co-authored-by: Alex Haiut <alex@up9.com>
2021-04-29 18:44:21 +03:00

8 lines
247 B
Bash
Executable File

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