You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
8 lines
203 B
Bash
Executable File
8 lines
203 B
Bash
Executable File
#!/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.
|
|
|
|
python3 tools/asm-differ/diff.py $1 $2 $3 $4 $5 $6 $7 $8
|
|
|