Files
postgres/src/tools/make_diff/rmorig
T
1997-09-08 04:14:01 +00:00

7 lines
96 B
Plaintext
Executable File

:
if [ "$#" -eq 0 ]
then APATH="."
else APATH="$1"
fi
find $APATH -name '*.orig' -exec rm {} \;