mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Remove housekeeping command files inadvertently checked in.
merge.sh stub/merge.sh committer: jreiser <jreiser> 959051481 +0000
This commit is contained in:
parent
08057f2a85
commit
51b6b071b5
10
src/merge.sh
10
src/merge.sh
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
for i in *.h *.cpp
|
||||
do
|
||||
diff3 -m ./$i ../../upx-ancestor/src/$i ../../upx-1.10/src/$i > tmp.$$
|
||||
mv tmp.$$ ./$i
|
||||
read junk
|
||||
done
|
Loading…
Reference in New Issue
Block a user