forked from KolibriOS/kolibrios
2d5fb32931
git-svn-id: svn://kolibrios.org@4802 a494cfbc-eb01-0410-851d-a64ba20cac60
8 lines
285 B
Bash
8 lines
285 B
Bash
#SHS
|
|
cd /sys/
|
|
@notify Simple notification
|
|
@notify Simple notification, which will not be closed
|
|
@notify "Multiline notification\nwith second line"
|
|
@notify "Multiline notification\nwith title" -t
|
|
@notify "Notify 3\nNotification with information" -tI
|
|
@notify "Error\nGreat error!!!" -tdE |