Created
October 22, 2019 16:13
-
-
Save samwx/6a8aa4ab1ddaeda5709c3af802c1e248 to your computer and use it in GitHub Desktop.
Create a folder and enter it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function mkd() { | |
mkdir -p "$@" && cd "$_"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment