#!/bin/bash # ==================================================================== # # -------------------------------------------------------------------- PURGE=/usr/local/bin/cmassoc/purge # ==================================================================== # # -------------------------------------------------------------------- if [ -x ${PURGE} ]; then ${PURGE} -vr "t.*" "*.00?" ${PURGE} -vr "*.obj" "*.log" "*.tlog" "*.idb" "*.pdb" "*.lastbuildstate" fi