summaryrefslogtreecommitdiff
path: root/al32-mktorrent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'al32-mktorrent.sh')
-rw-r--r--al32-mktorrent.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh
index 65ba794..005ac13 100644
--- a/al32-mktorrent.sh
+++ b/al32-mktorrent.sh
@@ -66,6 +66,11 @@ echo -e "$fg_reset${fg_bold}Checking SHA512 sums...$fg_reset"
sha512sum --ignore-missing --check sha512sums || exit 101
echo -e "$fg_reset${fg_bold}Create torrent file...$fg_reset"
+if [ -f "$iso_string.torrent" ] ; then
+ rm "$iso_string.torrent"
+fi
mktorrent --announce=http://dopsi.ch:6969/announce --web-seed="$(join_by ',' "${available_mirrors[@]}")" "$iso_string"
+echo -e "$fg_reset${fg_bold}Create magnet link...$fg_reset"
+transmission-show --magnet "$iso_string.torrent"
# vim: set ts=4 sw=4: