6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
while [ "1" = "1" ]
|
|
do
|
|
ddns -c /etc/ydns.conf
|
|
sleep 60
|
|
done
|