#!/bin/bash echo "Content-type: text/html" echo echo "" echo "
"
cat /var/www/komarix.org/paul_blogger/cgi-bin/label_lister \
| sed -e 's|&|\&|g' \
| sed -e 's|<|\<|g' \
| sed -e 's|>|\>|g' \

echo "
" echo ""