This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
xonsh
Watch
1
Star
0
Fork
You've already forked xonsh
0
mirror of
https://github.com/xonsh/xonsh.git
synced
2025-03-04 08:24:40 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
48e063f09e
xonsh
/
scripts
/
xonsh-cat
5 lines
83 B
Text
Raw
Normal View
History
Unescape
Escape
revert portable trick for passing args. Reverted commits are: - aa707c9453d7c3319f8b1c402c637ce620f67d87 - da234b54e5263d63256731a69139c8f0c2224814 closes #3125
2019-05-15 22:32:42 +02:00
#!/usr/bin/env python3 -u
/usr/bin/env doesn't support passing arguments
2019-04-19 16:47:05 +02:00
cat overhaul
2018-08-08 20:24:06 -04:00
from xonsh.xoreutils.cat import cat_main as main
main()
Reference in a new issue
Copy permalink