This commit is contained in:
Oleg Sheynin 2024-03-02 14:43:48 -05:00
parent 0908f5f10f
commit a6a37edec3
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.5.9
0.6.1

View File

@ -146,7 +146,7 @@ confirm
for cmd in "${cmd_arr[@]}"
do
echo ${cmd} && eval ${cmd}
pwd && echo ${cmd} && eval ${cmd}
done
cd ${HOME}

View File

@ -19,7 +19,7 @@ then
fi
# ----- Settings
LocalSoftwareDir=${HOME}/software
LocalSoftwareDir=${HOME}/software/cvtt2
ProdDir=${HOME}/prod