6 lines
137 B
Bash
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
|