prime/deincbin.sh

4 lines
87 B
Bash

#!/bin/bash -e
python tools/deincbin.py "$1" > "$1.deincbin.s"
mv "$1.deincbin.s" "$1"