The Great Escape

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="https://www.musicalentropy.com/files/$(curl -sSL https://www.musicalentropy.com/files/|grep ubuntu|tail -n1|cut -d '"' -f6)"
download
unzip -oqq '*.zip'
mkdir -p "$HOME"/.Musical\ Entropy/The\ Great\ Escape
cp -r "$(find "$temp_dir" -type d -name Presets)" "$HOME"/.Musical\ Entropy/The\ Great\ Escape/
}
tmprun script