prime/deincbin.sh

5 lines
86 B
Bash
Raw Normal View History

2022-04-08 06:42:36 +00:00
#! /bin/bash
python tools/deincbin.py "$1" > "$1.deincbin.s"
mv "$1.deincbin.s" "$1"