7 lines
197 B
Bash
Executable File
7 lines
197 B
Bash
Executable File
git pull origin master;
|
|
git submodule init;
|
|
git submodule sync;
|
|
git submodule update;
|
|
|
|
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~;
|