1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00
zimfw/modules/utility/functions/mkcd
Eric Nielsen 41c2232166 [utility] Move mkcd to functions subdirectory
Now that we have a general digest file that can contain all the
functions from all active modules, we can add functions to any of them
without the need to update the `fpath`.
2017-11-24 21:05:48 -05:00

2 lines
50 B
Plaintext

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