Create getsysex-mac.sh

pull/307/head
Sergio Sicari 2 years ago
parent 0a5ec7d529
commit 373049446f
  1. 5
      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
Loading…
Cancel
Save