hy/bin/bhython
Paul Tagliamonte 7729d1c1d4 Tweaks, tweaks.
2013-01-15 20:02:10 -05:00

10 lines
126 B
Bash
Executable File

#!/bin/sh
"""":
exec /usr/bin/env bpython -i $0 $@
"""
import hy.lang.importer
import sys
print "Hython is now importable!"