bash ubuntu notify

sudo apt-get install libnotify-bin

notify-send "hahaha" >/dev/null 2>&1 &

也可以加上一个时间:

sleep 300s && notify-send "smgr stable..." >/dev/null 2>&1 &

你可能感兴趣的:(bash ubuntu notify)