Merge branch 'master' of github.com:samsonjs/bin
This commit is contained in:
commit
8429053cc3
2 changed files with 6 additions and 0 deletions
3
store-projects.sh
Executable file
3
store-projects.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -ave ssh --delete "$HOME/Projects" nofxwiki.net:.
|
||||||
3
update-projects.sh
Executable file
3
update-projects.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -ave ssh --delete nofxwiki.net:Projects "$HOME/"
|
||||||
Loading…
Reference in a new issue