jablonka.czprosek.czf

czfcentos

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

 

Line No. Rev Author Line
12czfcentos#!/bin/bash
2echo Content-type: text/html
3echo
4echo "Aktualni skripty routeru `hostname`<br>"
5echo
6for skript in *.cgi
7do
8 echo "<a href=\"$skript\">$skript</a><br>"
9done

Powered by WebSVN 2.2.1