4 lines
95 B
Fish
4 lines
95 B
Fish
function multicd
|
|
echo cd (string repeat -n (math (string length -- $argv[1]) - 1) ../)
|
|
end
|