Shift Line

#!/bin/bas
set -e
#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="$(curl -sSL https://shift-line.com/astronautplugin | grep amazonaws | grep Linux | head -n1 | cut -d '"' -f2)"
download
unzip -oqq '*.zip'
mkdir -p "$HOME"/.vst3/Astronaut.vst3
cp -r "$PWD"/Contents "$HOME"/.vst3/Astronaut.vst3/
rm -r Astronaut* Contents
TARGET="$(curl -sSL https://shift-line.com/oktabepplugin | grep amazonaws | grep zip | head -n1 | cut -d '"' -f2)"
download
unzip -oqq '*.zip'
}
tmprun script