diff --git a/notify.sh b/notify.sh new file mode 100755 index 0000000..f7cb4b6 --- /dev/null +++ b/notify.sh @@ -0,0 +1,15 @@ +#! /bin/bash + +# Get icon +ICON=`pwd`/tux.png +# Get installed kernel version +CURRENT=`uname -r|cut -d'-' -f 1` +# Get last available stable version +INFO=`curl -Ls https://www.kernel.org/ | perl -lne 'BEGIN{$/=""} print "$1 $2" if \ + /latest_link.*?(.*?)