#!/bin/tcsh

### This is intended for use on SN only, 'cause it calls scan-simple-eas,
### which itself doesn't try to use MySQL at all.

foreach x (`ls $*`)
  scan-simple-eas $x
end
