1 2 3 4 5 6 7 8
#!/bin/sh # $FreeBSD$ # # remove harmless files only # case $2 in */AcroWriteTest|*/*.tmp) /bin/rm "$@" ;; esac