#!/bin/bash u=$(checkupdates | wc -l) [ $u -gt 0 ] || exit printf "\uf94f %d %s" $u $(/home/luzifer/bin/pluralize Update $u)