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 16:34:47 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4c055d82e8
xonsh
/
tests
/
bin
/
cat
6 lines
111 B
Text
Raw
Normal View
History
Unescape
Escape
cat pwd wc test scripts use python 3 syntax, but python #!
2016-12-21 13:50:36 +01:00
#!/usr/bin/env python3
cat commands
2016-10-25 20:27:27 -04:00
import sys
hopfule fix
2016-10-26 00:40:47 -04:00
with open(sys.argv[-1]) as f:
cat commands
2016-10-25 20:27:27 -04:00
for line in f:
print(line, end='')
Reference in a new issue
Copy permalink