Skip to content

Instantly share code, notes, and snippets.

@prayagupa
Forked from edokeh/index.js
Last active August 29, 2015 14:06
Show Gist options
  • Save prayagupa/6f5c9957d2e12291dfd1 to your computer and use it in GitHub Desktop.
Save prayagupa/6f5c9957d2e12291dfd1 to your computer and use it in GitHub Desktop.
##usage ./devops.sh
createAscii(){
echo "
_oo0oo_
o8888888o
88' . '88
(| -_- |)
0| = |0
___/'---'|___
.' ||| |# '.
/ ||||| : |||# |
/ _||||| -:- |||||- |
| | ||| - #/ | |
| |_| ''|---/'' |_/ |
| .-|__ '-' ___/-. /
___'. .' /--.--| '. .'___
.'' '< '.___|_<|>_/___.' >' ''.
| | : '- |'.;'| _ /';.'/ - ' : | |
| | '_. |_ __| /__ _/ .-' / /
====='-.____'.___ |_____/___.-'___.-'=====
'=---='
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo
}
createAscii
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
// | | \\\ - /// | |
// | \_| ''\---/'' |_/ |
// \ .-\__ '-' ___/-. /
// ___'. .' /--.--\ `. .'___
// ."" '< `.___\_<|>_/___.' >' "".
// | | : `- \`.;`\ _ /`;.`/ - ` : | |
// \ \ `_. \_ __\ /__ _/ .-` / /
// =====`-.____`.___ \_____/___.-`___.-'=====
// `=---='
//
//
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// 佛祖保佑 永无BUG
//
//
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment