summaryrefslogtreecommitdiff
path: root/package/adk-test-tools/files/test.init
blob: bb8fca527e1e7259be361e1fa1f3a04634977ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#PKG adk-test-tools
#INIT 90
[[ $1 = autostart ]] || exit 0
echo "Starting test script ..."
if [ -x /run.sh ];then
	/run.sh
	quit
else
	echo "no run.sh found"
	quit
fi