summaryrefslogtreecommitdiffstats
path: root/src/mac/Templatify.pl
blob: 0749fadebf6145ad9ac2817eb941084a5bb95971 (plain)
1
2
3
4
5
#!/usr/local/bin/perl -w
$_=<STDIN>;
$_=<STDIN> while $_!~/^#\s*TEMPLATE BEGINS HERE\s*$/;
$_=<STDIN> while /^# *TEMPLATE BEGINS HERE\s*$/;
while (<STDIN>) { y#\245:\304\266#\*/:\\#; print; }