[NEW] store-projects.sh and update-projects.sh to sync projects on nofxwiki.net
This commit is contained in:
parent
0dcf3172a6
commit
ccd122df30
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