#! /bin/csh -f 

set usage = "$0 -INIMAGE... OUTIMAGE"

if ( $#argv < 2 ) then
  echo "usage = $usage"; exit 1
endif

montage -geometry 256x320 $*

