#!/bin/csh -f

foreach file ($argv)

/usr/local/physics/sbig2ndf_64bit/sbig2ndf $file $file:r.sdf

end

