diff options
Diffstat (limited to 'doc/report.sh')
| -rwxr-xr-x | doc/report.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/report.sh b/doc/report.sh deleted file mode 100755 index 0c4a0d8..0000000 --- a/doc/report.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -(echo "date: " -date -echo "uname: " -uname -a -echo "ps: " -ps -auxw | grep '[t]inyproxy' - -echo "ver: " -if [ -x /usr/local/bin/tinyproxy ]; then - /usr/local/bin/tinyproxy -v -else - echo no ver available. -fi;) 2>&1 | mail -s 'tinyproxy install report' rjkaes@users.sourceforge.net |
