mirror of
https://github.com/n64decomp/mk64.git
synced 2024-11-27 15:10:29 +00:00
0c10beae0e
* Matches, add permute, and add notice to quick runners * 80281fa0 matches, render_courses, and create defines for audio * Renamed 80281fa0.h, func naming, and deleted data_121DA0 * Added clang format * Matched load_surface_map * Match func in memory.c
8 lines
199 B
Bash
Executable File
8 lines
199 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# note, this quick hack only works with three arguments.
|
|
# if you're trying to use four arguments, you need to add another `$4` etc.
|
|
|
|
python3 tools/decomp-permuter/permuter.py $1 $2 $3
|
|
|