#!/bin/bash echo Content-type: text/html echo echo "" echo "Discover @ `hostname`" echo "" echo "" echo "

Seznam ubnt zarizeni na routeru `hostname`

" /usr/local/bin/discover | grep 'IP\|ESSID\|Mode\|Hostname' | tr "\n" " " | sed 's/IP Address\:/\n/g' | sort -k 7| uniq | awk '{print ""$1" " $2" "$8" "$10" "$4"

"}' echo "" echo "" WebSVN - discover - Blame - Rev 2 - /trunk/utils/discover.cgi
  jablonka.czprosek.czf

discover

Subversion Repositories:
[/] [trunk/] [utils/] [discover.cgi] - Blame information for rev 2

 

Line No. Rev Author Line

Powered by WebSVN 2.2.1