01 Original

This commit is contained in:
2026-01-29 17:56:52 +01:00
parent d387e1f302
commit 7e23fb9bbf
49 changed files with 55 additions and 0 deletions

8
mp3/01/01.sh Executable file
View File

@@ -0,0 +1,8 @@
!# /bin/bash
#!/bin/bash
while IFS= read -r line; do
echo "$line"
curl -k $line
sleep 20
done <"$1"