Added sh*tload of experimental variables. Now i have to figure out what they are...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
... / ...
CommitLineData
1#!/bin/sh
2#Debug
3(
4echo "DATE: $(date)";
5env | grep '^ANSW_';
6echo =============================================
7) >&2;
This page took 0.098918 seconds and 4 git commands to generate.