hy/bin/hy

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])