kumquat-buildroot/target/device/Atmel/atngw100/target_skeleton/etc/init.d/rcS
2007-09-20 16:43:16 +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