blob: d8ddaf37410e78d67a34f98d5248e8cb53f2d34f (
plain)
1
2
3
4
5
6
7
|
#!/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
|