laforge
/
openbts-osmo
Archived
1
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
openbts-osmo/public-trunk/apps/runloop.sh

5 lines
125 B
Bash
Executable File

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