1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 09:07:12 -07:00

add an example for aur

This commit is contained in:
Connor Olding 2021-08-01 07:41:00 -07:00
parent 5d57d6daf4
commit 6cacda28df

4
sh/aur
View File

@ -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}"