startapp.sh 239 B

1234567891011
  1. #!/bin/sh
  2. echo "==================== This is test only ===================="
  3. if [ -e /home/encoder ] ; then
  4. /home/encoder &
  5. /bin/busybox ntpd -l
  6. fi
  7. if [ -e /home/objs/srs ] ; then
  8. cd /home
  9. ./objs/srs -c conf/realtime.conf &
  10. fi