hy/bin/hy
Paul R. Tagliamonte e6d094fd40 Add in for loops.
2013-03-06 22:09:13 -05:00

7 lines
127 B
Python
Executable File

#!/usr/bin/env python
from hy.importer import import_file_to_module
import sys
import_file_to_module("<STDIN>", sys.argv[1])