jablonka.czprosek.czf

czfcentos

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

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "ifconfig na routeru `hostname`"
echo
/sbin/ifconfig 2>/dev/null

Powered by WebSVN 2.2.1