buildcraft/update_patch.sh
2012-05-09 22:43:05 +02:00

6 lines
137 B
Bash

rm minecraft.patch
touch minecraft.patch
diff -u ../src_base ../src_work -r --strip-trailing-cr | tr -d '\r' \
>> minecraft.patch