pacman.sh (99B)
1 #!/bin/bash 2 update_count=$(checkupdates | wc -l) 3 [[ "$update_count" > 0 ]] && echo "$update_count"