6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
git pull origin master;
|
|
|
|
rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~;
|
|
|
|
source ~/.bashrc
|