repo-manager/functions/get.zsh
2024-10-07 18:35:43 -07:00

3 lines
39 B
Bash

repo_get() { repo_clone "git" "$1"; }