#!/bin/bash . run_profile.txt . $base_dir/plans/commands/common.fns # Kill this one at end of the test run. # export "netcat_pid=$netcat_pid" kill -9 $netcat_pid sts=$? if [ $sts -ne 0 ]; then echo "kill of $netcat_pid failed" fi