]> code.citadel.org Git - citadel.git/blob - webcit/scripts/get_ical_data__template.sed
Removed from WebCit Classic all code which handles display of legacy CitaNet node...
[citadel.git] / webcit / scripts / get_ical_data__template.sed
1 #! /bin/sed -nf
2
3 H
4 $ {
5   x
6   s/\n//g
7   p
8 }
9 $ { 
10   s/.*typedef *enum *__ICALTYPE__ *{\(.*\)} *__ICALTYPE__ *;.*/\1/
11  }