Cleaned up things, RENAMED VARIABLES! now we have ANSW_R_* and ANSW_L_* namespaces...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index ad2ddb75affc83c162e508a5295fcfe52f617992..3ccca3a18c7c5c8eaa917b96d96a558d5381bf69 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
 #Debug
-echo "<$ANSW_FROM> $ANSW_MSG" >&2;
-echo "($ANSW_STATUS: $ANSW_STATUS_MSG)" >&2;
+(
+echo "DATE: $(date)";
+env | grep '^ANSW_' | sort;
+echo =============================================
+) >&2;
This page took 0.132279 seconds and 4 git commands to generate.