1 2 3 4 5 6 7 8
#!/usr/bin/env python # run <script> <path> import os import sys print(os.path.normpath(sys.argv[1]))