Skip to content

Instantly share code, notes, and snippets.

View ollynevard's full-sized avatar
🧑‍💻
Jack of all trades

Olly Nevard ollynevard

🧑‍💻
Jack of all trades
View GitHub Profile
#!/bin/bash
# Store the current directory
current_directory=$(pwd)
# Setup colours
c_reset='\033[00m'
c_highlight='\033[33m'
echo -e "\n${c_highlight}Pulling in latest changes for all repositories...${c_reset}"