mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Added beatmaker files
This commit is contained in:
parent
811a903869
commit
979739552d
13 changed files with 116 additions and 25 deletions
|
@ -1,3 +1,10 @@
|
|||
if [[ $(command -v fortune) ]]; then
|
||||
fortune -so
|
||||
# Give a fortune cookie
|
||||
if [[ $(command -v fortune) ]]
|
||||
then
|
||||
if [[ $(command -v cowsay) ]]
|
||||
then
|
||||
fortune -so | cowsay -n
|
||||
else
|
||||
fortune -so
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue