4 lines
51 B
Fish
4 lines
51 B
Fish
|
function mkcd
|
||
|
mkdir -p $argv[1] && cd $argv[1]
|
||
|
end
|