The programs here are to make sampling tables to be
store in Epics/Data/MCS/
or Cosmos/Data/MCS/

Usage:
./ForManyMedia.sh dir list

where  
   dir: is the directory pass (e.g /tmp )
       where the sampling tables are to be stored.
  *** The file name will be the same as the media name 
      in list, so if the "dir" contains such files,
      they will be replaced by the new one. ****

  list: list of material names  which are one of
       those in $EPICSTOP/Data/BaseM
       (e.g, BGO  Air Pb).
       If you want to specifiy all the media
       there,   use 
      `(cd $EPICSTOP/Data/BaseM/; ls)`


