From ed22ebf90078c00edc9099445ab874fc2c429946 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sun, 2 May 2021 12:59:03 +0200 Subject: [PATCH] add sio helper script --- main.c | 2 +- ovly-upload-helper.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 ovly-upload-helper.sh diff --git a/main.c b/main.c index 19ea912..aed9755 100644 --- a/main.c +++ b/main.c @@ -31,7 +31,7 @@ #include "space.h" //~ #include "pcdrv.h" -#define USECD +//~ #define USECD // START OVERLAY diff --git a/ovly-upload-helper.sh b/ovly-upload-helper.sh new file mode 100755 index 0000000..1aabf82 --- /dev/null +++ b/ovly-upload-helper.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +nops /debug $4 + +nops /fast /bin $1 $2 $4 + +nops /fast /exe $3 $4 + +nops /slow $4