mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
5 lines
59 B
Python
Executable file
5 lines
59 B
Python
Executable file
#!/usr/bin/env python3
|
|
import os
|
|
|
|
x = os.getcwd()
|
|
print(x)
|