osmo-bts/contrib/respawn.sh

6 lines
105 B
Bash
Executable File

#!/bin/sh
while [ -e /etc/passwd ]; do
cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0
$*
done