mirror of
https://github.com/fairwaves/openbts-2.8.git
synced 2025-10-23 07:42:01 +00:00
git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3858 19bc5d8c-e614-43d4-8b26-e1612bc8e597
5 lines
139 B
Bash
Executable File
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
|