10 lines
126 B
Bash
Executable File
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!"
|