linkpi_firmware_history/rootfs/link/shell/ptz.sh

6 lines
47 B
Bash
Raw Normal View History

2024-02-15 22:07:33 +01:00
while [ true ]
do
/link/bin/PTZ
sleep 2
done