Update loads of packages
This commit is contained in:
7
rebuild_changed.sh
Executable file
7
rebuild_changed.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
script="./arch-ppa"
|
||||
|
||||
[ "$1" == '-d' ] && script="echo $script" && shift
|
||||
|
||||
$script rebuild aur $(comm -23 <(git status | grep -o 'src/[^/]*/PKGBUILD' | sed -e 's@^src/@@' -e 's@/PKGBUILD$@@' | sort | uniq) <(echo "$@" | tr ' ' '\n' | sort | uniq) | tr '\n' ' ')
|
Reference in New Issue
Block a user