first
This commit is contained in:
7
modules/pull-all.sh
Normal file
7
modules/pull-all.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
dir=$(ls -d */)
|
||||
for i in $dir
|
||||
do
|
||||
cd ./$i/ && git pull && cd ..
|
||||
done
|
||||
Reference in New Issue
Block a user