#!/bin/csh -f # make_buttons_for_slideshow # ------------------------------------------------------------------------- # Shell script to make the buttons for a slideshow. # ------------------------------------------------------------------------- # Revision History: # $Log$ # ------------------------------------------------------------------------- if ($1:q == "-h" || $1:q == "--help") then echo "Usage: $0:t" exit 1 endif # Echo the following lines w/o expanding dollar sign vars, or anything cat <<"EOF" Options Album <<   <     >   >> -  + "EOF"