diff options
Diffstat (limited to 'wiki-to-help/call_convert.sh')
-rwxr-xr-x | wiki-to-help/call_convert.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki-to-help/call_convert.sh b/wiki-to-help/call_convert.sh new file mode 100755 index 0000000000..c3ff714fcf --- /dev/null +++ b/wiki-to-help/call_convert.sh @@ -0,0 +1,3 @@ +#!/bin/bash +./convert.py test2.xml test/ + |