Merge branch 'master' of github.com:samsonjs/bin

This commit is contained in:
sjs 2009-11-18 15:20:42 -08:00
commit 8429053cc3
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/"