Add a newline to Termux code-check.

This commit is contained in:
2026-01-09 17:40:55 -07:00
parent ee651659aa
commit 7237184456

View File

@@ -96,7 +96,7 @@ alias reseed-code="code-reseed"
function check-code { function check-code {
cd ~/Code cd ~/Code
ls | while read project; do ls | while read project; do
echo "Checking $project..." echo -e "\nChecking $project..."
cd $project cd $project
if [[ -d .git ]]; then if [[ -d .git ]]; then
git pull git pull