1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-07-27 20:47:06 +01:00

scripts fine-tuning

This commit is contained in:
2020-01-10 11:59:07 +00:00
parent 29863a348b
commit c0dac8063e
5 changed files with 19 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ if (( $# != 1 )); then
fi
ARC=$1
INITDIR=`pwd`
INITDIR=$(pwd -P)
rm -rf lib/Eigen
ARCDIR=`tar -tf ${ARC} | head -n1 | sed -e 's@/.*@@'`
tar -xf ${ARC}