#!/bin/tcsh

chmod -R 755 *
rm -rvf *~
rm -rvf */*~
rm -rvf */*/*~
B2
cmsmak
B1SEM
cmsmak

echo "B2 B1SEM done"
chmod -R 755 *
echo "and 755 set"

