rwxrob-dot/scripts/doh
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

35 lines
1.3 KiB
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
doh () {
cat <<'EOM'
_ ,___,-'",-=-.
__,-- _ _,-'_)_ (""`'-._\ `.  _____ ____ _ _ _  
_,' __ |,' ,-' __) ,- /. | | __ \ / __ \| | | | | 
,'_,--' | -' _)/ `\ | | | | | | | |__| | | 
,',' ,' ,-'_,` : | | | | | | | __ | | 
,' ,-' ,(,-( : | |__| | |__| | | | |_| 
,' ,-' , _ ; |_____/ \____/|_| |_(_) 
/ ,-._/`---' /
/ (____)(----. ) ,'
/ ( `.__, /\ /,
: ;-.___ /__\/|
| ,' `--. -,\ |
: / \ .__/
\ (__ \ |_
\ ,`-, * / _|,\
\ ,' `-. ,'_,-' \
(_\,-' ,'\")--,'-' __\
\ / // ,'| ,--' `-.
`-. `-/ \' | _,' `.
`-._ / `--'/ \
,' / \
/ | \
-hrr- ,-' | /
/ -'
EOM
}
doh