Add deincbin helper script

Former-commit-id: 2262f4ae82
This commit is contained in:
Phillip Stephens 2022-04-07 23:42:36 -07:00
parent 14e231b4dd
commit b93a0c6f09
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"