xref: /trunk/main/sfx2/util/mkdemo.pl (revision cdf0e10c)
1binmode stdin;
2binmode stdout;
3while(<>)
4{
5    s/t(lxsayshere)/\x0\1/;
6    print $_;
7}
8