#!/bin/bash
echo

echo -e "\e[0;33m> git pull origin master\e[0m"
echo
git pull origin master

echo