diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-01 09:51:27 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:07:30 -0500 |
commit | 61173c1b58efa79c0ba6b08348d2796a249d0186 (patch) | |
tree | 00ebf544db18942e2a1ecfc5e5fa16931127d38f /wiki-to-help/call_convert.sh | |
parent | 3dc2e7497f1798ae4ff6c5c8c562666bc10a393c (diff) |
move help structure one directory up
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
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/ + |