This website requires JavaScript.
Explore
Help
Register
Sign in
samba
/
zim
Watch
1
Star
0
Fork
You've already forked zim
0
Code
Issues
Pull requests
Releases
Wiki
Activity
master
zim
/
modules
/
utility
/
functions
/
mkcd
2 lines
50 B
Text
Raw
Permalink
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-25 03:05:48 +01:00
[[ -n ${1} ]] && mkdir -p ${1} && builtin cd ${1}
Reference in a new issue
Copy permalink