mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-19 11:13:29 +00:00
Add deincbin helper script
Former-commit-id: 2262f4ae823b22ea773a33aadbea20f6d7b3141c
This commit is contained in:
parent
14e231b4dd
commit
b93a0c6f09
4
deincbin.sh
Normal file
4
deincbin.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
python tools/deincbin.py "$1" > "$1.deincbin.s"
|
||||
mv "$1.deincbin.s" "$1"
|
Loading…
x
Reference in New Issue
Block a user