xonsh/tests/bin/pwd
Noortheen Raja 78091a22f3 style: isort imports
fix #4584
2022-01-31 11:16:51 -05:00

5 lines
59 B
Python
Executable file

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