mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
3 lines
60 B
Python
Executable file
3 lines
60 B
Python
Executable file
#!/usr/bin/env python -u
|
|
from xonsh.main import main
|
|
main()
|