cat ~/bin/420
while :; do d=date grep '4.*2.*0' <<< "$d" >/dev/null && { notify-send -u critical "It's 4:20 time" "$d" sleep 60 } || { sleep 1 }done
date