4 lines
95 B
Fish
Raw Permalink Normal View History

2026-03-09 00:07:31 -04:00
function multicd
echo cd (string repeat -n (math (string length -- $argv[1]) - 1) ../)
end