Return to Snippet

Revision: 44051
at April 5, 2011 11:15 by dendrite


Initial Code
#!/bin/bash
fetch=`yum list updates | grep updates | wc -l`
echo $(($fetch -1))

Initial URL


Initial Description
One liner to check for Fedora Yum updates and list a number in Conky.

Initial Title
Conky Fedora Yum Updates

Initial Tags


Initial Language
Bash