aboutsummaryrefslogtreecommitdiff
path: root/base/nyan
blob: 5929327185118271518a2294fa3fc5dea322c811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/env bash

# Print nyan cat
# https://github.com/steckel/Git-Nyan-Graph/blob/master/nyan.sh
# If you want big animated version: `telnet miku.acm.uiuc.edu`

RED="$(tput setaf 1)"
GREEN="$(tput setaf 2)"
YELLOW="$(tput setaf 3)"
CYAN="$(tput setaf 6)"
WHITE="$(tput setaf 7)"
BOLD="$(tput bold)"
NOCOLOR="$(tput sgr0)"

echo
echo -en $RED'-_-_-_-_-_-_-_'
echo -e $NOCOLOR$BOLD$WHITE',------,'$NOCOLOR
echo -en $YELLOW$WHIT'_-_-_-_-_-_-_-'
echo -e $NOCOLOR$BOLD$WHITE'|   /\_/\\'$NOCOLOR
echo -en $GREEN'-_-_-_-_-_-_-'
echo -e $NOCOLOR$BOLD$WHITE'~|__( ^ .^)'$NOCOLOR
echo -en $CYAN'-_-_-_-_-_-_-'
echo -e $NOCOLOR$BOLD$WHITE'""  ""'$NOCOLOR
echo