linkpi_firmware_history/rootfs/link/shell/enc.sh

11 lines
138 B
Bash
Raw Normal View History

2024-02-15 22:07:30 +01:00
while [ true ]
do
2024-02-15 22:07:39 +01:00
if [ -f "/root/usb/Tester" ]; then
chmod 777 /root/usb/Tester
/root/usb/Tester
else
2024-02-15 22:07:30 +01:00
/link/bin/Encoder
2024-02-15 22:07:39 +01:00
fi
2024-02-15 22:07:30 +01:00
sleep 2
done