u
This commit is contained in:
parent
00d105a1db
commit
0bd55be72b
@ -20,7 +20,7 @@ do
|
|||||||
cd $org;
|
cd $org;
|
||||||
for repo in `ls .`
|
for repo in `ls .`
|
||||||
do
|
do
|
||||||
if [ -d $repo ]
|
if [ -d $repo/.git ]
|
||||||
then
|
then
|
||||||
echo '>>>>>> git pull' $org/$repo
|
echo '>>>>>> git pull' $org/$repo
|
||||||
cd $repo
|
cd $repo
|
||||||
|
Loading…
Reference in New Issue
Block a user