From 373049446f01617e90c2f836fab6cf2b50f9ab02 Mon Sep 17 00:00:00 2001 From: Sergio Sicari Date: Wed, 13 Jul 2022 11:10:15 +0200 Subject: [PATCH] Create getsysex-mac.sh --- getsysex-mac.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 getsysex-mac.sh diff --git a/getsysex-mac.sh b/getsysex-mac.sh new file mode 100755 index 0000000..122e3ab --- /dev/null +++ b/getsysex-mac.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +GETSYSEX_SCRIPT=getsysex.sh + +cat $GETSYSEX_SCRIPT | sed 's/wget -c \(.*\) -O \(.*\)/curl -o \2 \1/' | bash \ No newline at end of file