ud.sh 247 B

123456789101112
  1. #!/bin/sh
  2. # Based on https://mcmackins.org/ud.sh
  3. # Copy to version control
  4. git push
  5. # Clean
  6. find ./ -name "*~" -delete
  7. # Copies all the things to Caleb's web directory
  8. rsync -Purv --delete --chmod=777 ./ csh@bluehome.net:/home/csh/public_html/