This commit is contained in:
Oleg Sheynin 2024-07-31 12:37:32 -04:00
parent c6b99f6678
commit c7e717a64f
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ RootDir=${1}
if [ ! -d "${RootDir}" ]; then if [ ! -d "${RootDir}" ]; then
usage usage
fi fi
cd ${RootDir} cd ${RootDir}
Cmd="git pull"
echo ${Cmd} && eval ${Cmd}
for User in cvtt oleg for User in cvtt oleg
do do

View File

@ -1 +1 @@
1.2.8 1.2.9