You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

periodicUpdates.sh 102B

12345678
  1. #!/bin/bash
  2. while [ 1 ]
  3. do
  4. sleep 1m
  5. /etc/transmission-daemon/updatePort.sh
  6. sleep 1h
  7. done