Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active April 27, 2025 22:29
Show Gist options
  • Save dewomser/9cb49d53b2e26a55c12e422fdc854cd7 to your computer and use it in GitHub Desktop.
Save dewomser/9cb49d53b2e26a55c12e422fdc854cd7 to your computer and use it in GitHub Desktop.
Aktuelle Lottozahlen aus dem Netz holen
#!/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
@dewomser
Copy link
Author

Auch schön , Random Lottozahlen bunt im Kästchen https://gist.github.com/dewomser/47d97ba9716c46e690c1c5aac6d6bd84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment