Saltar para o conteúdo

Tunefish

Tunefish

#!/bin/bash
set -e
source <(curl -sSL https://estudio-plus.pages.dev/functions.lib)
script() {
	wget -q --show-progress "https://tunefish-synth.com/builds/$(curl -sSL https://tunefish-synth.com/builds | grep linux | tail -n2 | head -n1 | cut -d '"' -f2)"
	download
}
tmprun script