summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pyembroidery-convert6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/pyembroidery-convert b/bin/pyembroidery-convert
new file mode 100755
index 00000000..ac58e3e5
--- /dev/null
+++ b/bin/pyembroidery-convert
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import sys
+import pyembroidery
+
+pyembroidery.convert(sys.argv[1], sys.argv[2])