Files
osmo-mgw/openbsc/contrib/bsc-test/msc.sh
2010-11-15 20:06:50 +01:00

9 lines
111 B
Bash
Executable File

#!/bin/sh
while true;
do
echo "Kill the osmo-bsc"
/usr/bin/kill -s SIGUSR2 `pidof osmo-bsc`
sleep 58s
done