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