postgresql/src/tools/make_diff/rmorig
1997-09-08 04:14:01 +00:00

6 lines
96 B
Text
Executable file

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