Add deincbin helper script

This commit is contained in:
Phillip Stephens 2022-04-07 23:42:36 -07:00
parent 706a4b54cd
commit 2262f4ae82
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 4 additions and 0 deletions

4
deincbin.sh Normal file
View File

@ -0,0 +1,4 @@
#! /bin/bash
python tools/deincbin.py "$1" > "$1.deincbin.s"
mv "$1.deincbin.s" "$1"