5 lines
93 B
Fish
Executable File
5 lines
93 B
Fish
Executable File
function mcd --description "Make directory and enter it"
|
|
mkdir -p $argv
|
|
and cd $argv
|
|
end
|