Saltar para o conteúdo

Dodo MIDI

Disflux

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	TARGET="$(curl -sSL https://dodobirdmusic.com/dodo-midi/|grep Linux.vst3|cut -d '"' -f2)"
	download
}
tmprun script