mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
3 lines
61 B
Python
Executable file
3 lines
61 B
Python
Executable file
#!/usr/bin/env python3 -u
|
|
from xonsh.main import main
|
|
main()
|