This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
zimfw
Watch
1
Star
0
Fork
You've already forked zimfw
0
mirror of
synced
2024-11-04 15:58:57 -05:00
Code
Issues
Releases
Wiki
Activity
fd822d28bb
zimfw
/
modules
/
utility
/
functions
/
mkcd
2 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
[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
[[ -n ${1} ]] && mkdir -p ${1} && builtin cd ${1}
Reference in a new issue
Copy permalink