if [ ! -d "/tmp/html" ]; then mkdir /tmp/htmlfisite=$1cd /var/www/htmlTar c ${site}cp -rv ${site}.tar /tmp/htmlcd /tmp/htmlTar x ${site}.tar