commit 39cca941d849a49019c3f06724ab03a4415ebfd2 parent 912fc6a054bbb3f3977e4f5c6a07a0e5eb347914 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 15 Dec 2019 00:28:19 +0100 Add script for pulling all aur packages Diffstat:
A | bin/update-aur.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/update-aur.sh b/bin/update-aur.sh @@ -0,0 +1,3 @@ +#!/bin/dash + +find $HOME/build/aur -mindepth 1 -maxdepth 1 -type d -printf \\n%f\\n -execdir git -C {} pull \;