Saltar para o conteúdo

Dodo MIDI

Disflux

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