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