#! /bin/bash # # 15 feb 2011 grovel the list-of-systems into an index.html # 15 feb 2011 updated web site http://www.wraith.sf.ca.us/ntp/ POOLPAGE=/web/apache/htdocs/ntp/rrd XBIN=/home/gnu/xbin cd ${POOLPAGE} cat /dev/null > out.template for X in $(>out.template done sync cat index-head out.template index-tail > index.html rm -f out.template #end