Mercurial > hg > config
view python/realpath.py @ 930:2743f47381e3 default tip
i switched my theme, i guess
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Mon, 24 Nov 2025 09:51:55 -0800 |
| 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)
