From f9fe9abb39f06f918f16f77ac7bdd34c21e6c653 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Fri, 2 Jul 2021 20:23:05 +0800 Subject: [PATCH] u --- git-pull-all.sh | 4 ++-- npm-boot-all.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/git-pull-all.sh b/git-pull-all.sh index 46c5141..8ca6d3b 100755 --- a/git-pull-all.sh +++ b/git-pull-all.sh @@ -10,10 +10,10 @@ else FONPATH=../.. fi fi - -echo [ Goto $FONPATH as base directory ] +echo ">> Goto $FONPATH as base directory" pushd $FONPATH +echo ">> `pwd`" for org in `ls .` do if [ -d $org ] diff --git a/npm-boot-all.sh b/npm-boot-all.sh index 54e8042..d4bfe42 100644 --- a/npm-boot-all.sh +++ b/npm-boot-all.sh @@ -11,9 +11,10 @@ else fi fi -echo [ Goto %FONPATH as base directory ] +echo ">> Goto %FONPATH as base directory" pushd $FONPATH +echo ">> `pwd`" for org in `ls .` do if [ -d $org ]