jablonka.czprosek.czf

czfcentos

Subversion Repositories:
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [ospfd_database.cgi] - Rev 2

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "ospfd database routeru `hostname`"
echo
password=heslo
(echo $password; \
 echo show ip ospf database router; \
 echo exit) | nc localhost 2604


Powered by WebSVN 2.2.1