diff --git a/gitpull-importermodules.sh b/gitpull-importermodules.sh index 3f3f206..8a85f83 100755 --- a/gitpull-importermodules.sh +++ b/gitpull-importermodules.sh @@ -1,4 +1,5 @@ #!/bin/bash +git pull for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name 'sdm4-*'); do pushd $dir git pull diff --git a/gitpush-importermodules.sh b/gitpush-importermodules.sh index 667789e..ea9a0b6 100755 --- a/gitpush-importermodules.sh +++ b/gitpush-importermodules.sh @@ -1,4 +1,5 @@ #!/bin/bash +git push for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name 'sdm4-*'); do pushd $dir git push