commit c38f180
hovercats
·
2023-07-03 11:49:11 +0000 UTC
parent f4df24d
add torrdl
1 files changed,
+9,
-0
+9,
-0
1@@ -0,0 +1,9 @@
2+#!/bin/rc
3+
4+# download .torrent files to a directory where transmission will find them
5+
6+dir=$HOME/usr/transmission
7+
8+cd $dir
9+
10+curl -fLO $1