diff options
Diffstat (limited to 'tools/convert-one')
-rw-r--r-- | tools/convert-one | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/convert-one b/tools/convert-one new file mode 100644 index 0000000..7b914ea --- /dev/null +++ b/tools/convert-one @@ -0,0 +1,5 @@ +#!/bin/sh + +old="$1" +new="$2" +html="$3" |