-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Reduce script weight by creating function
getter() {
echo "Getting $1" && yay -S --noconfirm --needed "$1"
}
getter "thing"
getter "another-thing"
Make script shorter
Make a lookup for each parameter in full mode --ABC than can be shorten with -a
DRY
Search redundent lines & suppress
finish
- Clean logs & tests
- Make logging nicer
Metadata
Metadata
Assignees
Labels
No labels