summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschizoid <schizoidparty@aol.com>2024-12-09 12:21:32 -0500
committerschizoid <schizoidparty@aol.com>2024-12-09 12:21:32 -0500
commit177c27ad859bd777cc70f3e4cf409ce4a024ea7b (patch)
tree54a05520118616c19c27eb63e72ca65f5525d8ac
parenta8c15bc0ac246fc12cd5c6bda02c282bd2419a5b (diff)
Go files to downloadHEADmaster
-rwxr-xr-xarchive-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive-dl b/archive-dl
index 735f40d..3a80ca5 100755
--- a/archive-dl
+++ b/archive-dl
@@ -17,4 +17,4 @@ fi
check $input
check $type
-curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p'
+curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p' | xargs -I {} curl -LO "$input/{}"