mm/diff.sh
Rozelette ec912054da
Update tools (#16)
* Clean up .gitignore

* Set exec bit on all python and shell scripts

* Delete unused files

* Add decomp-permuter repo

* Update submodules
2020-09-13 21:09:13 -04:00

10 lines
118 B
Bash
Executable File

#!/bin/bash
if [ "$#" -ne "1" ];
then
echo "usage: $0 func_name"
exit 1
fi
tools/asm-differ/diff.py -mwo $1