diff --git a/count-updates b/count-updates new file mode 100755 index 0000000..dacf546 --- /dev/null +++ b/count-updates @@ -0,0 +1,3 @@ +#!/bin/sh +UPDATES=$(checkupdates | wc -l) +echo "$UPDATES" > ~/.cache/update_count