c0c5c9c699
This change a Hy-preferring `runhy` that is used by cmdline Hy. Standard `runpy` is still patched so that it can run `.hy` files, but the default behaviour for unknown filetypes is preserved (i.e. assume they are Python source). Closes hylang/hy#1677.
2 lines
50 B
Hy
2 lines
50 B
Hy
#!/usr/bin/env hy
|
|
(print "This Should Still Work") |