summaryrefslogtreecommitdiff
path: root/createtorrent
diff options
context:
space:
mode:
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 \