#!/bin/bash DEST=/home/mmoser/vhost/links cp -r ./font $DEST cp -r ./img $DEST cp ./*.html $DEST cp ./*css $DEST