summaryrefslogtreecommitdiff
path: root/bin/pystitch-convert
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pystitch-convert')
-rwxr-xr-xbin/pystitch-convert6
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])