Last active
April 27, 2025 22:29
-
-
Save dewomser/9cb49d53b2e26a55c12e422fdc854cd7 to your computer and use it in GitHub Desktop.
Aktuelle Lottozahlen aus dem Netz holen
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 | |
lz="$(curl -s http://www.ergebnisse.westlotto.de/gewinnzahlen/lottozahlen.rss | grep \<title\>vom)" | |
echo "${lz:10:-8}" | |
# vom 23.04.25: 5, 7, 11, 13, 21, 38 S: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Auch schön , Random Lottozahlen bunt im Kästchen https://gist.github.com/dewomser/47d97ba9716c46e690c1c5aac6d6bd84