Files
CSV2ANKI/mp3/01/01.sh
2026-01-29 17:56:52 +01:00

9 lines
107 B
Bash
Executable File

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