···77NC='\033[0m' # No Color
8899# Base directory
1010-BASE_DIR=~/gitwork/github
1010+BASE_DIR=~/gitwork
11111212# Check if the base directory exists
1313if [ ! -d "$BASE_DIR" ]; then
···4646}
47474848# Main script
4949-for directory in "$BASE_DIR"/*/*; do
4949+for directory in "$BASE_DIR"/*/*/*; do
5050 if [ -d "$directory" ]; then
5151 # Change to the repository directory
5252 cd "$directory" || { echo -e "${RED}Failed to change directory to $directory.${NC}"; continue; }