wifimon |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 1 | simandl | #!/bin/bash |
2 | echo Content-type: text/html |
||
3 | echo |
||
4 | echo "wifimon na routeru `hostname`" |
||
5 | echo |
||
6 | 34 | simandl | |
7 | 1 | simandl | TERM=dtterm |
8 | export TERM |
||
9 | /usr/local/bin/wifimon -html -ppkts -once -col |
||
10 | |