oh-my-fish/pkg/omf/functions/repo/omf.repo.clone.fish

4 lines
79 B
Fish
Raw Normal View History

function omf.repo.clone -a url path
command git clone --quiet $url $path
end