X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug.sh;fp=purple%2Fanswerscripts.d%2F00-debug.sh;h=ad2ddb75affc83c162e508a5295fcfe52f617992;hp=0000000000000000000000000000000000000000;hb=8be8249a6d931dd8c89bebb2930cdfe721bba02a;hpb=3971900dcde58c50b85eabf0d4bcf5f20ba1114a diff --git a/purple/answerscripts.d/00-debug.sh b/purple/answerscripts.d/00-debug.sh new file mode 100755 index 0000000..ad2ddb7 --- /dev/null +++ b/purple/answerscripts.d/00-debug.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#Debug +echo "<$ANSW_FROM> $ANSW_MSG" >&2; +echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;