diff options
Diffstat (limited to 'sfx2/util/mkdemo.pl')
-rw-r--r-- | sfx2/util/mkdemo.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sfx2/util/mkdemo.pl b/sfx2/util/mkdemo.pl new file mode 100644 index 0000000000..fd4a2d9cec --- /dev/null +++ b/sfx2/util/mkdemo.pl @@ -0,0 +1,7 @@ +binmode stdin; +binmode stdout; +while(<>) +{ + s/t(lxsayshere)/\x0\1/; + print $_; +} |