nvim: clone script creates the directory before cloning

This commit is contained in:
Tigor Hutasuhut 2024-06-17 16:32:02 +07:00
parent fba9237dba
commit 058a15cb24

View file

@ -29,6 +29,8 @@ in
exit 0;
fi
mkdir -p ${nvimCloneDir}
until ${ping} -c 1 ${host}; do
${sleep} 1;
done