kumquat-buildroot/target/device/Atmel/atngw100-base/target_skeleton/etc/init.d/rcS
2008-03-06 18:59:14 +00:00

12 lines
110 B
Bash
Executable File

#!/bin/sh
for s in /etc/init.d/S*; do
if [ -x $s ]; then
$s start
fi
done
echo
echo "NGW100 ready"
echo