darling/tools/pyc
Andrew Hyatt 5f96f6c7fb
Rename tools to remove their file extensions
This makes it easy to add the folder to PATH and run commands
2018-05-17 10:02:35 -04:00

8 lines
120 B
Python
Executable File

#!/usr/bin/env python2
import py_compile
import sys
py_compile.compile(sys.argv[1], cfile=sys.argv[2], doraise=True)