Add a newline to Termux code-check.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user