Clean up header

This commit is contained in:
2024-08-04 01:07:06 -04:00
parent aedc65ea90
commit 37589ce8e3

View File

@@ -524,7 +524,9 @@ interactive_header() {
printf "%d. %s\n" $((i+1)) "${projects[i]}"
done
fi
fi
fi
echo ""
# Let user choose or add project(s)
if [[ -z ${PROJECTS[*]} ]]; then
num=$((${#projects[@]}))