hy/bin/hython

7 lines
126 B
Plaintext
Raw Normal View History

2012-12-19 01:02:50 +01:00
#!/usr/bin/env python
from hy.lang.importer import _hy_import_file
import sys
mod = _hy_import_file(sys.argv[1], '<stdin>')