Mercurial > hg > config
view python/realpath.py @ 313:d6587ced0f07
need this alias for no more typing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 24 May 2013 12:39:45 -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)
