mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
4 lines
58 B
Python
Executable file
4 lines
58 B
Python
Executable file
#!/usr/bin/env python3
|
|
import os
|
|
x = os.getcwd()
|
|
print(x)
|