# Nyancat CLI Nyancat rendered in your terminal. [![Nyancats](http://i.imgur.com/snCOQl.png)](http://i.imgur.com/snCOQ.png) ## Setup First build the C application: make && cd src You can run the C application standalone. ./nyancat To use the telnet server, you need to add a configuration that runs: nyancat -t ... to either an `inetd` or `xinetd` server. I am using `openbsd-inetd`, which you must give *both* arguments (`nyancat` and `-t`) to, which I found odd. ## Licenses, References, etc. The original source of the Nyancat animation is [prguitarman](http://www.prguitarman.com/index.php?id=348). The code provided here is provided under the terms of the [NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License). this.form.submit();'> nyancat Debian packagingJonathan McCrohan
summaryrefslogtreecommitdiffstats
path: root/src/nyancat.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Move nyancat-server man-page to Section 7Jonathan McCrohan3-3/+3
2012-04-19Revert "Switch to reconf-inetd"Jonathan McCrohan6-5/+36
2012-04-19Switch to reconf-inetdJonathan McCrohan6-36/+5
2012-04-18postrm: Check first existence of update-inetd firstJonathan McCrohan1-1/+3
2012-04-17Update 01-nyancat-debhelper.patch descriptionJonathan McCrohan3-9/+4
2012-04-13Add get-orig-source target to debian/rulesJonathan McCrohan2-0/+28
2012-04-12Set debhelper dependency to (>= 8)Jonathan McCrohan1-1/+1
2012-04-12Set packages as Priority extraJonathan McCrohan1-1/+1
2012-04-12Fix Source URL in copyrightJonathan McCrohan1-1/+1
2012-04-09Split package into nyancat and nyancat-serverJonathan McCrohan8-19/+50
2012-04-08Add proper URI to debian/copyrightJonathan McCrohan1-2/+1
2012-04-08Add information about enabling telnet server to manJonathan McCrohan1-0/+3