hy/bin/hy

7 lines
127 B
Plaintext
Raw Normal View History

2013-03-03 16:26:17 -05:00
#!/usr/bin/env python
2013-03-06 22:09:13 -05:00
from hy.importer import import_file_to_module
import sys
import_file_to_module("<STDIN>", sys.argv[1])