linkpi_firmware_history/rootfs/link/shell/monitor.sh

6 lines
51 B
Bash

while [ true ]
do
/link/bin/Monitor
sleep 1
done