Files
openbts/apps/runloop.OpenBTS.sh
2012-06-28 21:02:07 +00:00

5 lines
139 B
Bash
Executable File

#!/bin/sh
# A script to restart and just keep OpenBTS running.
while true; do killall transceiver; killall wget; sleep 2; ./OpenBTS; done