diff --git a/bin/pyembroidery-convert b/bin/pyembroidery-convert new file mode 100755 index 000000000..ac58e3e57 --- /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])