jablonka.czprosek.czf

czfcentos

Subversion Repositories:
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [ospfd_database.cgi] - Blame information for rev 2

 

Line No. Rev Author Line
12czfcentos#!/bin/bash
2echo Content-type: text/plain
3echo
4echo "ospfd database routeru `hostname`"
5echo
6password=heslo
7(echo $password; \
8 echo show ip ospf database router; \
9 echo exit) | nc localhost 2604
10 

Powered by WebSVN 2.2.1