diff options
author | ivan <ivan> | 2000-05-11 11:27:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-05-11 11:27:32 +0000 |
commit | 0b86cab3c9766089206f59475d55b7f42606bb4d (patch) | |
tree | 4c481474c1d6f113f33b1f5d14c14793a6181e1a /convert-template.pl |
Diffstat (limited to 'convert-template.pl')
-rwxr-xr-x | convert-template.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/convert-template.pl b/convert-template.pl new file mode 100755 index 0000000..e6b2d9e --- /dev/null +++ b/convert-template.pl @@ -0,0 +1,2 @@ +#!/usr/bin/perl -p +s/\<WORKSHIFT\>([\w\s]+)\<\/WORKSHIFT\>/\{ inputbox\(\"$1\"\); \}/ig; |