mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-08 19:15:51 +00:00
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"
|