Auburn Sounds

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
curl -sSL https://www.auburnsounds.com/faq/Where-may-I-find-older-versions.html | grep recommended | cut -d '"' -f 2 | sed 's|..|https://www.auburnsounds.com/|' | xargs wget -q --show-progress
TARGET='https://www.auburnsounds.com/downloads/Selene-FREE-1.0.0.zip'
download
}
tmprun script