Mercurial > hg > config
view python/realpath.py @ 646:0e15d5aa78a2
add mount usb disk stub
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 11 Mar 2014 23:00:50 -0700 |
parents | f3ab51c79813 |
children |
line wrap: on
line source
#!/usr/bin/env python import os, sys for i in sys.argv[1:]: print os.path.realpath(i)