#!/bin/bash Green='\033[0;32m' Def='\033[m' echo -e "${Green}Updating...${Def}" git pull echo ---