mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-14 13:09:37 +01:00
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
clear
|
||
|
figlet -f slant "Today's
|
||
|
menu"
|
||
|
|
||
|
|
||
|
cat ~/.cronresults/todaysmenu
|
||
|
|
||
|
cowsay "Bon appetit!"
|