Last active
March 8, 2026 00:34
-
-
Save teknoraver/d6e0bb9caeac2ad008f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| for l in {A..Z}; do | |
| i=1 | |
| f= | |
| while curl -sf http://santiebeati.it/$l/$f; do | |
| i=$((i + 1)) | |
| f=more$i.html | |
| done | |
| done |awk -F'<|>' '/<FONT SIZE="-2" COLOR="#FFFFFF">/{print$7$9$11}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment