inkstitch/bin/pystitch-convert

7 wiersze
94 B
Python
Executable File

#!/usr/bin/env python
import sys
import pystitch
pystitch.convert(sys.argv[1], sys.argv[2])