Skip to content
Snippets Groups Projects
Commit f3757e83 authored by Julien  GUGLIELMINI's avatar Julien GUGLIELMINI
Browse files

Cosmetic update

parent 50e580df
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ if [[ $BATCHFLAG == 0 ]] ; then
printf "%-10s -- [%-40s] 0/%s" "[PROGRESS]" "" $NJOBS
for i in {1..$NJOBS} ; do
echo $i
done | xargs -n 1 -P $THREADS sh -c 'arg=$5; NJOBS=$2 ; printf "\r[PROGRESS] -- [%-40s] %s/%s" $(head -c $((arg*40/NJOBS+1)) < /dev/zero | tr "\0" "=") $arg $NJOBS ; ./wGRR_worker.zsh $0 $1 $NJOBS $arg $3 $4 ' $ARRAYSIZE $OUT $NJOBS $PRT $tmp
done | xargs -n 1 -P $THREADS sh -c 'arg=$5; NJOBS=$2 ; printf "\r\033[K[PROGRESS] -- [%-40s] %s/%s" $(head -c $((arg*40/NJOBS+1)) < /dev/zero | tr "\0" "=") $arg $NJOBS ; ./wGRR_worker.zsh $0 $1 $NJOBS $arg $3 $4 ' $ARRAYSIZE $OUT $NJOBS $PRT $tmp
printf "\n"
fi
else
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment