Files

8 lines
203 B
Bash
Raw Permalink Normal View History

2021-11-05 14:12:08 -06:00
#!/bin/bash
# note, this quick hack only works with five arguments.
# if you're trying to use six arguments, you need to add another `$6` etc.
2023-08-25 22:14:08 -06:00
python3 tools/asm-differ/diff.py $1 $2 $3 $4 $5 $6 $7 $8