#!/usr/bin/env python import sys import os.path print os.path.abspath(sys.argv[1])