justin-site/scripts/deploy.sh

6 lines
156 B
Bash
Executable File

#!/opt/local/bin/zsh
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;
\rsync -avzp -e ssh ./_site/ jackknife:/home/justhsu/html/