Add a directory check

This commit is contained in:
Michael De Roover 2020-04-30 13:12:41 +02:00
parent 55c2df8865
commit 545ffb989c
Signed by: vim
GPG Key ID: 075496E232CE04CB

5
cv
View File

@ -11,6 +11,11 @@ else
}
fi
if [ ! -d /tmp/cv ]
then
mkdir /tmp/cv
fi
country=$1
get(){