We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613b05a commit 463d41eCopy full SHA for 463d41e
1 file changed
update_modules.sh
@@ -5,7 +5,8 @@ set -e
5
6
for mod in jmcs jmal oitools oiexplorer-core aspro aspro-conf smprun smprsc smptest oimaging oimaging-uws-server mfgui oiexplorer sclgui # oiexplorer-existdb
7
do
8
+ echo "Updating $mod module ..."
9
cd $mod
10
git pull
- cd -
11
+ cd - > /dev/null
12
done
0 commit comments