xonsh/tests/bin/pwd
2016-09-24 15:56:15 -04:00

4 lines
57 B
Python
Executable file

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