summaryrefslogtreecommitdiff
path: root/bin/pystitch-convert
blob: 92e814a268d80deac778452a19c1e7696e8a0652 (plain)
1
2
3
4
5
6
#!/usr/bin/env python

import sys
import pystitch

pystitch.convert(sys.argv[1], sys.argv[2])