mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
Reorganize developers files.
This commit is contained in:
8
src/tools/make_diff/cporig
Executable file
8
src/tools/make_diff/cporig
Executable file
@@ -0,0 +1,8 @@
|
||||
:
|
||||
for FILE
|
||||
do
|
||||
if [ ! -f "$FILE.orig" ]
|
||||
then cp $FILE $FILE.orig
|
||||
else echo "$FILE.orig exists" 1>&2
|
||||
fi
|
||||
done
|
Reference in New Issue
Block a user