DegMaTsu's picture
Upload 836 files
50e6701 verified
raw
history blame contribute delete
108 Bytes
#!/bin/bash
Green='\033[0;32m'
Def='\033[m'
echo -e "${Green}Updating...${Def}"
git pull
echo ---