# make a directory
md() {
mkdir \
"${@}"
}
# make a directory after making its parents
mdp() {
--parents \