From a117a4649eb183fff896572cdd78b6a8d193ef9c Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Mon, 29 Dec 2014 19:31:15 -0800 Subject: [PATCH] lazy update --- sysupdates | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 sysupdates 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