Merge pull request #2465 from klange/master

change nyancat telnet server
This commit is contained in:
Robby Russell 2014-02-03 22:23:46 -08:00
commit ec37c05cb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if [[ -x `which nc` ]]; then
alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
alias nyan='nc -v nyancat.dakko.us 23' # nyan cat
fi