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