File: report.sh

package info (click to toggle)
tinyproxy 1.4.3-2woody2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,012 kB
  • ctags: 1,379
  • sloc: ansic: 7,304; sh: 2,703; lex: 137; yacc: 136; makefile: 78
file content (14 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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