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

12 lines
111 B
Plaintext
Raw Normal View History

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