summaryrefslogtreecommitdiff
path: root/createtorrent
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 23:07:39 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 23:07:39 -0300
commitb7efc5798454428b73c68e474abe6fe5b7963e41 (patch)
treec24a2d3338d4c15854301641a91947c61deff59c /createtorrent
parent3db6b4547b2e25ac2f250781e63754a7319164bb (diff)
Purge unneded locales2011.05.22
Diffstat (limited to 'createtorrent')
-rwxr-xr-xcreatetorrent1
1 files changed, 1 insertions, 0 deletions
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 \