xonsh/tests/bin/pwd

4 lines
58 B
Python
Executable file

#!/usr/bin/env python3
import os
x = os.getcwd()
print(x)