My omnium-gatherom of scripts and source code.
at main 5 lines 170 B view raw
1#!/usr/bin/env bash 2#Bash aur helper 3err_(){ echo "errors ocurred";exit 1 4} 5cd "$HOME"/git/AUR/&&git clone https://aur.archlinux.org/"$1".git&&cd "$1"&&makepkg -si||err_