zimfw/modules/utility/functions/mkcd

2 lines
50 B
Plaintext

[[ -n ${1} ]] && mkdir -p ${1} && builtin cd ${1}