diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-28 00:36:47 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-28 00:36:47 +0200 |
commit | 4790f80cfc5bd977b336f4a3e112ae9faeafb6bc (patch) | |
tree | 249530d9edbfb12bf9e5085685ee0cd1dfe0344b /pw-pacman | |
parent | 28dd2120a2551af6b901d37e66d23359298ec603 (diff) | |
download | scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.gz scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.tar.bz2 scripts-4790f80cfc5bd977b336f4a3e112ae9faeafb6bc.zip |
update
Diffstat (limited to 'pw-pacman')
-rwxr-xr-x | pw-pacman | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pw-pacman b/pw-pacman new file mode 100755 index 0000000..9cbd484 --- /dev/null +++ b/pw-pacman @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +packages=$(checkupdates | wc -l) + +[ "$packages" -eq "0" ] || echo -e " $packages \uE0b1" + +exit 0 |