#!/bin/sh echo "==================== This is test only ====================" if [ -e /home/encoder ] ; then /home/encoder & /bin/busybox ntpd -l fi if [ -e /home/objs/srs ] ; then cd /home ./objs/srs -c conf/realtime.conf & fi