add sio helper script
This commit is contained in:
parent
5390f76131
commit
ed22ebf900
2
main.c
2
main.c
@ -31,7 +31,7 @@
|
||||
#include "space.h"
|
||||
//~ #include "pcdrv.h"
|
||||
|
||||
#define USECD
|
||||
//~ #define USECD
|
||||
|
||||
// START OVERLAY
|
||||
|
||||
|
9
ovly-upload-helper.sh
Executable file
9
ovly-upload-helper.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
nops /debug $4
|
||||
|
||||
nops /fast /bin $1 $2 $4
|
||||
|
||||
nops /fast /exe $3 $4
|
||||
|
||||
nops /slow $4
|
Loading…
Reference in New Issue
Block a user