hy/bin/hython
2012-12-18 19:02:50 -05:00

7 lines
126 B
Python
Executable File

#!/usr/bin/env python
from hy.lang.importer import _hy_import_file
import sys
mod = _hy_import_file(sys.argv[1], '<stdin>')