ForgePatch/forge/update_patch.sh

6 lines
137 B
Bash
Executable File

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