From 6cacda28df166eaf62daa91730b8f67aba72a6be Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 1 Aug 2021 07:41:00 -0700 Subject: [PATCH] add an example for aur --- sh/aur | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sh/aur b/sh/aur index b1889fd..6073bb3 100755 --- a/sh/aur +++ b/sh/aur @@ -8,6 +8,10 @@ aur() { ### @- ### download, edit, make, and install packages from the ### [AUR.](https://aur.archlinux.org/) ### it's a little broken. + ### + ### ``` + ### $ aur -eyoI cmdpack-uips applyppf + ### ``` trap 'exit 1' SIGINT SIGTERM local bd="${BUILDDIR:-$PWD}"