workan on tool to generate/sign/verify/prepare files signed with anonymous ssh keyz

This commit is contained in:
2026-01-28 06:14:20 -07:00
parent c089b9499c
commit d183e3873e
2 changed files with 130 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ links_file_tmp=$(mktemp)
nano "$links_file_tmp"
cat "$links_file_tmp" | \
while read line; do
wget "$line"
wget -nc "$line" # nc = no clobber, fail if file exists no rename no overwrite
done
rm -f "$links_file_tmp"