#/bin/sh
#
# this is to simulate ln -s
#
cp $1 $2
############################
