#!/bin/sh

lertmsg=$(lert)
[ -n "$lertmsg" ] && zenity --no-wrap --info --text="$lertmsg"
