GIT.Harvie.CZ
/
mirrors
/
libpurple-core-answerscripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd3f9c
)
Added debug answerscript that does not need user to see console output (using notify...
author
Harvie
<tomas@mudrunka.cz>
Sun, 3 Oct 2010 09:47:13 +0000
(11:47 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Sun, 3 Oct 2010 09:47:13 +0000
(11:47 +0200)
purple/answerscripts.d/00-debug-notify.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/purple/answerscripts.d/00-debug-notify.sh
b/purple/answerscripts.d/00-debug-notify.sh
new file mode 100755
(executable)
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
This page took
0.102138 seconds
and
4
git commands to generate.