Spaces:
Running
on
Zero
Running
on
Zero
File size: 108 Bytes
50e6701 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
Green='\033[0;32m'
Def='\033[m'
echo -e "${Green}Updating...${Def}"
git pull
echo ---
|