pkgget

Format: Shell
 ( View Raw)
Date: Sun, 24 Sep 2023 at 16:40:04

function pkgget() {
  local _dest="$2"
  if [ -z "${_dest}" ]
  then
    _dest="$HOME/aur4.git"
  fi
  git clone aur@aur.archlinux.org:/$1.git "${_dest}"
}