diff options
Diffstat (limited to 'bin/pystitch-convert')
| -rwxr-xr-x | bin/pystitch-convert | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pystitch-convert b/bin/pystitch-convert new file mode 100755 index 00000000..92e814a2 --- /dev/null +++ b/bin/pystitch-convert @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +import sys +import pystitch + +pystitch.convert(sys.argv[1], sys.argv[2]) |
