xonsh/tests/bin/pwd

5 lines
57 B
Text
Raw Normal View History

2016-09-24 15:56:15 -04:00
#!/usr/bin/env python
import os
x = os.getcwd()
print(x)