Fixed permuter link files (#51)

This commit is contained in:
CoderStig 2021-11-05 14:32:07 -06:00 committed by GitHub
parent 67549c6061
commit 1de64dcbe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -43,6 +43,7 @@
__pycache__/*
doxygen/doxygen/*
/build/*
nonmatchings/* # decomp permuter
*.dump
*.mio0
*.z64

2
import Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
python3 tools/decomp-permuter/import.py $1
python3 tools/decomp-permuter/import.py $1 $2 $3

2
permuter Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
python3 tools/decomp-permuter/permuter.py $1
python3 tools/decomp-permuter/permuter.py $1 $2 $3