Saltar para o conteúdo

Echowaves

Echowaves

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
	wget -q --show-progress -O echowaves.tar.gz "$(curl -sSL https://zaksound.com/echowaves/ | grep linux | tail -n1 | cut -d '"' -f2)"
}
tmprun script