I think mkdir-p is a better option here.
It will create all missing directories so there's no need to run 2 mkdir
commands, and won't give an error if the directories already exist.

Reply via email to