8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
echo
|
|
|
|
echo -e "\e[0;33m> git pull origin master\e[0m"
|
|
echo
|
|
git pull origin master
|
|
|
|
echo |