#!/bin/sh # This file is in the public domain. # See README. for fn in $REPO/philosophy/*.html $REPO/gnu/*.html do echo "Working on $fn" bn=`basename $fn` IFS=. read name lang ext <