#! /bin/sh # # Filename: cleanup # # Author: Br. David Carlson # # Date: September 15, 1998 # # This script does a forced removal of typical backup files in the current # directory. # rm -f *.bak rm -f .*.bak