hy/bin/bhython

10 lines
126 B
Plaintext
Raw Normal View History

2013-01-16 02:02:10 +01:00
#!/bin/sh
"""":
exec /usr/bin/env bpython -i $0 $@
"""
import hy.lang.importer
import sys
print "Hython is now importable!"