#!/bin/bash set -euo pipefail u=$(checkupdates | wc -l) [ $u -gt 0 ] || exit printf "\uf94f %d %s" $u $(${HOME}/bin/pluralize Update $u)