dot_local/bin/executable_joke aktualisiert

This commit is contained in:
eeleater 2024-10-06 13:02:53 +02:00
parent 7bb3c1e96e
commit 80f53863a2

View file

@ -2,7 +2,7 @@
case "$1" in case "$1" in
"dad") "dad")
joke=$(/usr/bin/curl -sH "Accept: text/plain" 'https://icanhazdadjoke.com/') joke=$(curl -sH "Accept: text/plain" 'https://icanhazdadjoke.com/')
echo "Daily Dad Joke: $joke" echo "Daily Dad Joke: $joke"
;; ;;
"bofh") "bofh")