public
Description: a ruby-to-pyc compiler
Clone URL: git://github.com/why/unholy.git
Search Repo:
unholy / bin / unholy
100755 5 lines (4 sloc) 0.086 kb
1
2
3
4
5
#!/usr/bin/env ruby
$: << "./lib"
require 'unholy'
 
unholy(ARGV[0], ARGV[0] + ".pyc")