Skip to content

Instantly share code, notes, and snippets.

@payload
Created May 31, 2013 21:01
Show Gist options
  • Save payload/5687966 to your computer and use it in GitHub Desktop.
Save payload/5687966 to your computer and use it in GitHub Desktop.
pretty print a .ics calendar file
#!/bin/sh
perl -ne'/END:/ && $i--; print "\t" x $i . "$_\n"; /BEGIN:/ && $i++;'
@hoodie
Copy link

hoodie commented Jun 1, 2013

was macht'n das?

@Kizuna-Meraki
Copy link

Awesome, Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment