From 2d5fb32931bd151a9d1ed1d091c4ab66269d695e Mon Sep 17 00:00:00 2001 From: eAndrew Date: Tue, 8 Apr 2014 19:07:05 +0000 Subject: [PATCH] Notify 3: added testing script git-svn-id: svn://kolibrios.org@4802 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/notify3/TEST.SH | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 programs/system/notify3/TEST.SH diff --git a/programs/system/notify3/TEST.SH b/programs/system/notify3/TEST.SH new file mode 100644 index 0000000000..646b8dc4b0 --- /dev/null +++ b/programs/system/notify3/TEST.SH @@ -0,0 +1,8 @@ +#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 \ No newline at end of file