added temp deploy script

This commit is contained in:
2016-05-08 12:07:46 -05:00
parent 295b7b6783
commit 892b1c58fb

7
deploy.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
DEST=/home/mmoser/vhost/links
cp -r ./font $DEST
cp -r ./img $DEST
cp ./*.html $DEST
cp ./*css $DEST