mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
4 lines
83 B
Python
Executable file
4 lines
83 B
Python
Executable file
#!/usr/bin/env python3 -u
|
|
|
|
from xonsh.xoreutils.cat import cat_main as main
|
|
main()
|