summarylogtreecommitdiffstats
path: root/checkupdates-with-aur.sh
diff options
context:
space:
mode:
authorXuanrui Qi2022-11-17 19:21:59 +0900
committerXuanrui Qi2022-11-17 19:21:59 +0900
commitc54fd78bc72c70f120bb1abc11ce07afdd5e1754 (patch)
tree7def89f9950b5c8dfbe51953ff2e06bd128738ed /checkupdates-with-aur.sh
downloadaur-c54fd78bc72c70f120bb1abc11ce07afdd5e1754.tar.gz
Create package
Diffstat (limited to 'checkupdates-with-aur.sh')
-rw-r--r--checkupdates-with-aur.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/checkupdates-with-aur.sh b/checkupdates-with-aur.sh
new file mode 100644
index 000000000000..89c67da49314
--- /dev/null
+++ b/checkupdates-with-aur.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+checkupdates &
+pacman -Qm | aur vercmp &
+wait