#!/bin/csh -f

foreach f (../??)
  waisindex -d grateful-dead-setlist -t first_line -a `cat $f/INDEX | sed "s,^,$f/,"`
end
