linkpi_firmware_history/rootfs/link/shell/app.sh

12 lines
164 B
Bash
Raw Normal View History

2024-02-15 22:07:35 +01:00
/link/shell/enc.sh &
/link/shell/gpio.sh &
if [ -f /link/bin/PortCtrl ] ;then
/link/bin/PortCtrl &
fi
if [ -f /link/shell/ptz.sh ] ;then
/link/shell/ptz.sh &
fi