mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
7 lines
96 B
Plaintext
Executable File
7 lines
96 B
Plaintext
Executable File
:
|
|
if [ "$#" -eq 0 ]
|
|
then APATH="."
|
|
else APATH="$1"
|
|
fi
|
|
find $APATH -name '*.orig' -exec rm {} \;
|