[NEW] store-projects.sh and update-projects.sh to sync projects on nofxwiki.net

This commit is contained in:
Sami Samhuri 2009-11-17 20:40:09 -08:00
parent 0dcf3172a6
commit ccd122df30
2 changed files with 6 additions and 0 deletions

3
store-projects.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
rsync -ave ssh --delete "$HOME/Projects" nofxwiki.net:.

3
update-projects.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
rsync -ave ssh --delete nofxwiki.net:Projects "$HOME/"