1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Remove housekeeping file inadvertently checked in.

committer: jreiser <jreiser> 959051616 +0000
This commit is contained in:
John Reiser 2000-05-23 03:13:36 +00:00
parent 51b6b071b5
commit 82a16bd4f2

View File

@ -1,10 +0,0 @@
#!/bin/bash
set -x
for i in Makefile *.h *.c *.ash *.asm *.lds
do
diff3 -m ./$i ../../../upx-ancestor/src/stub/$i ../../../upx-1.10/src/stub/$i > tmp.$$
mv tmp.$$ ./$i
read junk
done