s9.cleanup 194 B

12345678
  1. #!/bin/tcsh
  2. if ( -f anova.VA+tlrc.HEAD || -f mema_V-A_paired+tlrc.HEAD ) then
  3. echo "++ removing group_results output"
  4. \rm -f anova.* mema_*.BRIK mema_*.HEAD out.s?.* stat.[56]*
  5. endif