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
e1a93cef19
xonsh
/
tests
/
bin
/
pwd
6 lines
59 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
force test files
2016-09-24 15:56:15 -04:00
import os
style: isort imports fix #4584
2022-01-31 21:26:34 +05:30
force test files
2016-09-24 15:56:15 -04:00
x = os.getcwd()
print(x)
Reference in a new issue
Copy permalink