From b7efc5798454428b73c68e474abe6fe5b7963e41 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 22 May 2011 23:07:39 -0300 Subject: Purge unneded locales --- createtorrent | 1 + 1 file changed, 1 insertion(+) (limited to 'createtorrent') diff --git a/createtorrent b/createtorrent index fccf5f5..9f7c736 100755 --- a/createtorrent +++ b/createtorrent @@ -5,6 +5,7 @@ MOTTO=$(cat motto) for iso in $@; do if [ -f ${iso} ]; then + if [ -f ${iso}.torrent ]; then rm -vf ${iso}.torrent; fi mktorrent -c "${MOTTO}" \ -a http://tracker.openbittorrent.com/announce \ -a http://tracker.publicbt.com/announce \ -- cgit v1.2.3-54-g00ecf