Newer
Older
#!/bin/bash
# make qstream statistics from sipp-test logs
# - listen to updates on the task.log file
if test .$1 = .-cf ; then
source $2
shift; shift
else
source /etc/sipshaman/sipshaman.cf
fi
#!/bin/bash
# make qstream statistics from sipp-test logs
# - listen to updates on the task.log file
if test .$1 = .-cf ; then
source $2
shift; shift
else
source /etc/sipshaman/sipshaman.cf
fi