diff options
author | Xuanrui Qi | 2022-11-17 19:21:59 +0900 |
---|---|---|
committer | Xuanrui Qi | 2022-11-17 19:21:59 +0900 |
commit | c54fd78bc72c70f120bb1abc11ce07afdd5e1754 (patch) | |
tree | 7def89f9950b5c8dfbe51953ff2e06bd128738ed /checkupdates-with-aur.sh | |
download | aur-c54fd78bc72c70f120bb1abc11ce07afdd5e1754.tar.gz |
Create package
Diffstat (limited to 'checkupdates-with-aur.sh')
-rw-r--r-- | checkupdates-with-aur.sh | 4 |
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 |