From bc647306b3aa38c77a4eacb36bc479efc18d54ba Mon Sep 17 00:00:00 2001 From: Harvie Date: Sun, 3 Oct 2010 11:47:13 +0200 Subject: [PATCH] Added debug answerscript that does not need user to see console output (using notify API - i guess it's Linux-only) --- purple/answerscripts.d/00-debug-notify.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 purple/answerscripts.d/00-debug-notify.sh diff --git a/purple/answerscripts.d/00-debug-notify.sh b/purple/answerscripts.d/00-debug-notify.sh new file mode 100755 index 0000000..18bc0c4 --- /dev/null +++ b/purple/answerscripts.d/00-debug-notify.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#Debug for systems with notify +notify-send AnswerScripts "$(env | grep '^ANSW_')" &>/dev/null -- 2.30.2