[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Suche: Wiedervorlage



hallo,

installier dir die packete libnotify-bin und at

$ cat bin/notify
#!/bin/bash
echo -n "Time (HH:MM) (12:30 31.10.2007) (12:30 + 3 days): "; read
TIME
echo -n "Message:"; read TEXT
echo -n "Timeout:"; read TIMEOUT 
[[ "$TIMEOUT" == 0 ]] || TIMEOUT=`expr $TIMEOUT \* 1000`
echo notify-send -u normal -t $TIMEOUT -i normal "$TEXT" | at "$TIME"

at jobs gehen nicht verloren. 

bis dann
Ronny Gubatz 



Reply to: