#!/bin/sh
# make lists of polarization files for the IDL mkmovie program
#
# Input: monyy -  month and year
# Example: fts_list sep96
#
if [ #$ ne 0 ] ; then
echo "Input: monyy -  month and year
echo "Example: $0 sep96"
exit
fi

/bin/ls C2-%P* > c2-%P-$1.lst
/bin/ls C3-%P* > c3-%P-$1.lst
