#!/bin/sh
#
# deReferenceLink - convert symolic link to actual path.
#

cd $1
/bin/pwd
