#!/bin/sh

if [ ! -r ${HOME}/$2 ] ; then
    cp $1 ${HOME}/$2
fi
    emacs ${HOME}/$2