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