mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
* Ports DMItool from bay Coded by GigaNinja32 He's a pretty cool dude and allowed me to blame the bugs in it on him As far as I can tell there are none How does it work? I don't know I do know that it resolves DMI conflicts if you ever have coded anything with a DMI you'll know that that is literally revolutionary Why hasn't anyone ported this before it's not even dm code I literally just ctrl+v'd the folder and slapped it in * does thing * okay done
9 lines
191 B
Bash
9 lines
191 B
Bash
java -jar tools/dmitool/dmitool.jar merge $1 $2 $3 $2
|
|
if [ "$?" -gt 0 ]
|
|
then
|
|
echo "Unable to automatically resolve all icon_state conflicts, please merge manually."
|
|
exit 1
|
|
fi
|
|
|
|
exit 0
|