kumquat-buildroot/target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcS

10 lines
86 B
Plaintext
Raw Normal View History

2007-07-29 09:15:35 +02:00
#!/bin/sh
for s in /etc/init.d/S*; do
$s start
done
echo
echo "STK1000 ready"
echo