diff options
Diffstat (limited to 'Tools/master-timer/scan-channels')
-rwxr-xr-x | Tools/master-timer/scan-channels | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tools/master-timer/scan-channels b/Tools/master-timer/scan-channels deleted file mode 100755 index 324181b..0000000 --- a/Tools/master-timer/scan-channels +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -old=`svdrpsend.pl chan | grep 250 | cut -d " " -f2` -for dat in `cat $HOME/.master-timer/channels-to-scan` -do - svdrpsend.pl "chan $dat" - sleep 30s -done -svdrpsend.pl "chan $old" |