commit 1070f53
hovercats
·
2024-09-06 00:56:00 +0000 UTC
parent cae1df6
torrdl: just curl flags to download directory to directory, instead of cding into it first
1 files changed,
+1,
-3
+1,
-3
1@@ -4,6 +4,4 @@
2
3 flag e +
4
5-cd $HOME/usr/transmission
6-
7-curl -fLO $1
8+curl --create-dirs -O --output-dir $HOME/usr/transmission $1