summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/atstk1002/target_skeleton/etc/init.d/rcS
blob: 0d574e67b0a4986b5fc8da81be9c9d379d4f6027 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

for s in /etc/init.d/S*; do
	$s start
done

echo
echo "STK1000 ready"
echo