u
This commit is contained in:
@@ -4,7 +4,7 @@ if [ $1 ]
|
||||
then
|
||||
FONPATH=$1
|
||||
else
|
||||
read -p "Enter path to pull (leave blank for default ./) >> " FONPATH
|
||||
read -p "Enter path to git pull (leave blank for default ./) >> " FONPATH
|
||||
if [ ! $FONPATH ]
|
||||
then
|
||||
echo Use default path: ./
|
||||
@@ -22,7 +22,7 @@ do
|
||||
do
|
||||
if [ -d $repo/.git ]
|
||||
then
|
||||
echo '>>>>>> git pull' $org/$repo
|
||||
echo '>>>>>> git pulling: ' $org/$repo
|
||||
cd $repo
|
||||
git pull
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user