mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
4 lines
82 B
Text
4 lines
82 B
Text
![]() |
#!/usr/bin/env python3 -u
|
||
|
from xonsh.xoreutils.cat import cat_main as main
|
||
|
main()
|