#! /bin/sh cd ${CTF_BASE:-/var/lib/ctf}/teams/names escape () { sed 's/&/\&/g;s//\>/g' } title='Teams' cat < $title

$title

EOF echo "" echo "" for i in *; do echo "" done echo "
TeamID
" escape < $i echo "$i
" cat < Team names are only used on this page and the scoreboard. Use your team ID to claim points.

EOF