Skip to content

Instantly share code, notes, and snippets.

@timoschilling
Created October 14, 2013 14:18
Show Gist options
  • Select an option

  • Save timoschilling/6976402 to your computer and use it in GitHub Desktop.

Select an option

Save timoschilling/6976402 to your computer and use it in GitHub Desktop.
self made ical client/server ;)
telnet 127.0.0.1 1234
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