mirror of https://github.com/PrimeDecomp/prime.git
Add deincbin helper script
This commit is contained in:
parent
706a4b54cd
commit
2262f4ae82
|
@ -0,0 +1,4 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
python tools/deincbin.py "$1" > "$1.deincbin.s"
|
||||||
|
mv "$1.deincbin.s" "$1"
|
Loading…
Reference in New Issue