5 lines
87 B
Shell
5 lines
87 B
Shell
if [[ -x `which nc` ]]; then
|
|
alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
|
|
fi
|
|
|
|
|