test.init 178 B

123456789101112
  1. #!/bin/sh
  2. #PKG adk-test-tools
  3. #INIT 90
  4. [[ $1 = autostart ]] || exit 0
  5. echo "Starting test script ..."
  6. if [ -x /run.sh ];then
  7. /run.sh
  8. quit
  9. else
  10. echo "no run.sh found"
  11. quit
  12. fi