kumquat-buildroot/target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcS
2007-07-29 07:15:35 +00:00

10 lines
86 B
Bash
Executable File

#!/bin/sh
for s in /etc/init.d/S*; do
$s start
done
echo
echo "STK1000 ready"
echo