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