2017-10-15 20:50:00 +02:00

5 lines
93 B
Fish
Executable File

function mcd --description "Make directory and enter it"
mkdir -p $argv
and cd $argv
end