#!/bin/bash echo Content-type: text/html echo echo "Aktualni skripty routeru `hostname`" echo for skript in *.cgi do echo "$skript" done