Commit ce78977a authored by Mario Chirinos's avatar Mario Chirinos

sedema

parent 4576077f
,mchc,debian-mchc.lan,14.11.2019 16:43,file:///home/mchc/.config/libreoffice/4;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#!/bin/sh
CSV=$1
CFG=$2
DIR=$3
LEVEL1=${4:-CVE_ENT}
LEVEL2=${5:-CVE_MUN}
if [ ! -d $DIR ]; then
mkdir $DIR
fi
cd $DIR
GI_createDirectories.py ../$CSV ../$CFG $LEVEL1 $LEVEL2
for d in $(ls -d */) ; do
echo "PROCESSING " $d ...
if [ ! -f $(pwd)/"$d/scl_data.json" ] || [ ! -f $(pwd)/"$d/scl_morph.json" ]; then
GI_L2ASCL_AreaProcessing.sh $(pwd)/"$d" 0
else
echo "PASSING " $d
fi
done
Markdown is supported
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