updated sheldon zsh config
This commit is contained in:
parent
0d384685b9
commit
0084e63150
5 changed files with 11 additions and 12 deletions
5
dot_local/bin/executable_dadjoke
Normal file
5
dot_local/bin/executable_dadjoke
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
joke=$(curl -sH "Accept: text/plain" 'https://icanhazdadjoke.com/')
|
||||
echo "Daily Dadjoke: $joke"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue