f65fe85
1
2
3
4
5
6
7
#!/usr/bin/env python import os import sys for i in sys.argv[1:]: print(os.path.realpath(i))