You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112131415 |
- #!/usr/bin/env bash
- # AUTHOR: shaggy
- # FILE: sysupdates
- # ROLE: TODO (some explanation)
- # CREATED: 2014-12-29 19:22:19
- # MODIFIED: 2014-12-29 19:25:53
-
-
- pac="$(checkupdates | wc -l)"
-
- aur="$(cower -u | wc -l)"
-
-
-
- echo -e Pacman updates: $pac Aur updates: $aur
|