mirror of https://github.com/PrimeDecomp/prime.git
5 lines
86 B
Bash
5 lines
86 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
python tools/deincbin.py "$1" > "$1.deincbin.s"
|
||
|
mv "$1.deincbin.s" "$1"
|