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