2017-10-14 09:47:18 +02:00

5 lines
93 B
Fish
Executable File

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