osmo-bts/src/osmo-bts-omldummy/respawn.sh

7 lines
80 B
Bash
Executable File

#!/bin/bash
while [ -f /etc/passwd ]; do
./osmo-bts-omldummy $*
sleep 1
done