Makefile and deploy.

This commit is contained in:
Justin Hsu
2015-01-04 22:20:06 -08:00
parent f030608c0d
commit 6bcab7ce96
14 changed files with 25 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/opt/local/bin/zsh
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/