summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atngw100-expanded/target_skeleton/etc/init.d/rcS
blob: 4d80c251b7a32de3ae430b02c414d6c7965f6487 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

for s in /etc/init.d/S*; do
	if [ -x $s ]; then
		$s start
	fi
done

echo
echo "NGW100 ready"
echo