hy/bin/hyc

7 lines
110 B
Plaintext
Raw Normal View History

2013-03-22 00:27:34 +01:00
#!/usr/bin/env hy
(import sys)
(import-from hy.importer write-hy-as-pyc)
(write-hy-as-pyc (get sys.argv 1))