added raw list download fixed sum shit too
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
links_file_tmp=$(mktemp)
|
||||
nano "$links_file_tmp"
|
||||
cat "$links_file_tmp" | \
|
||||
while read line; do
|
||||
wget "$line"
|
||||
done
|
||||
rm -f "$links_file_tmp"
|
||||
Reference in New Issue
Block a user