]> code.citadel.org Git - citadel.git/blob - webcit/get_ical_data.sed
adopt bf72ee1d83afb1735e5c13636a1f24c7247b2aa7 to stable: CTX is not a function here.
[citadel.git] / webcit / get_ical_data.sed
1 #! /bin/sed -nf
2
3 H
4 $ {
5   x
6   s/\n//g
7   p
8 }
9 $ { 
10   s/.*icalproperty_kind {\(.*\)} icalproperty_kind.*/\1/
11  }