dot_local/bin/executable_joke aktualisiert
This commit is contained in:
parent
7bb3c1e96e
commit
80f53863a2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
case "$1" in
|
||||
"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"
|
||||
;;
|
||||
"bofh")
|
||||
|
|
Loading…
Add table
Reference in a new issue