public
Description: a ruby-to-pyc compiler
Clone URL: git://github.com/why/unholy.git
Search Repo:
unholy / bin / py-compile
100755 3 lines (3 sloc) 0.077 kb
1
2
3
#!/usr/bin/env python
import py_compile, sys
py_compile.compile(sys.argv[1])