mirror of
https://github.com/pleonex/NitroFilcher.git
synced 2025-06-19 05:35:37 -04:00
New script to create patches
This commit is contained in:
parent
70813c2833
commit
1336b2c7b5
10
create_patch.sh
Executable file
10
create_patch.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ -z "$1" ]]; then
|
||||||
|
echo "The first argument must be the name of the patch."
|
||||||
|
echo "The recommended format is romID_shortGameName."
|
||||||
|
exit -1
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd desmume
|
||||||
|
svn diff > "../patch_$1.diff"
|
Loading…
Reference in New Issue
Block a user