Files
dtos-dotfiles/.local/bin/pacupdate
2020-03-21 19:58:53 -05:00

5 lines
68 B
Bash
Executable File

#!/bin/bash
cupd=$(checkupdates | wc -l)
printf "$cupd updates \n"