Files
openbts-2.8/apps/runloop.OpenBTS.sh

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