generic-poky/meta-telephony/recipes-openmoko/openmoko-gsmd/files/gsmd-respawn.sh

10 lines
122 B
Bash

#!/usr/bin/env bash
while true;
do
echo "Restarting not dealing well with spaces.."
(exec $*) || true
sleep 10s
done