mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2025-04-19 01:26:31 +02:00
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sleep 5s
|
|
while true; do
|
|
/usr/share/lua/wifibox/script/d3dapi signin > /dev/null 2> /dev/null
|
|
|
|
sleep 1h
|
|
done
|