mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 14:42:30 -04:00
6 lines
96 B
Text
Executable file
6 lines
96 B
Text
Executable file
:
|
|
if [ "$#" -eq 0 ]
|
|
then APATH="."
|
|
else APATH="$1"
|
|
fi
|
|
find $APATH -name '*.orig' -exec rm {} \;
|