X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/61d7dd11d4a450a64f2817ee4db0ec7fa5880b42..b9e4a0c3af29391c27e9a020693541b9a86c4d14:/bin/tormon.cron diff --git a/bin/tormon.cron b/bin/tormon.cron deleted file mode 100755 index 816b61b..0000000 --- a/bin/tormon.cron +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -PATH=~/bin:$PATH -DIR=/mnt/Skaro/Torrents/rss -TORRENTS=$DIR/torrents -TORRENTS_DONE=$TORRENTS.done -LOG=$DIR/downloadedTorrents -RSS=$DIR/rss_list - -tormon -O $TORRENTS -d $LOG -b $RSS - -sleep 60 -if [ "$(ls -A $TORRENTS)" ]; then - mv $TORRENTS/* $TORRENTS_DONE -fi