Created
October 14, 2013 14:18
-
-
Save timoschilling/6976402 to your computer and use it in GitHub Desktop.
self made ical client/server ;)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| telnet 127.0.0.1 1234 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while : ; do (cal 2013) | nc -v -l 1234 ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment