9 lines
93 B
Bash
Executable File
9 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while [ 1 ]
|
|
do
|
|
sleep 1m
|
|
/etc/transmission/updatePort.sh
|
|
sleep 1h
|
|
done
|