#!/bin/sh

echo " Cleaning directory : `pwd` "
/usr/bin/rm -rf ADMS_LIB *.ini  *.ali *.chi *.wdb *.swd *% *~ *.h3 transcript

