4 lines
64 B
Fish
4 lines
64 B
Fish
|
#!/usr/bin/env fish
|
||
|
function mkcd
|
||
|
mkdir $argv; and cd $argv
|
||
|
end
|