diff --git a/sysupdates b/sysupdates new file mode 100755 index 0000000..759affb --- /dev/null +++ b/sysupdates @@ -0,0 +1,15 @@ +#!/usr/bin/env bash +# AUTHOR: shaggy +# FILE: sysupdates +# ROLE: TODO (some explanation) +# CREATED: 2014-12-29 19:22:19 +# MODIFIED: 2014-12-29 19:25:53 + + +pac="$(checkupdates | wc -l)" + +aur="$(cower -u | wc -l)" + + + +echo -e Pacman updates: $pac Aur updates: $aur