Saltar para o conteúdo

Valentine

Valentine

#!/bin/bash
set -e
source <(curl -sSL https://estudio-plus.pages.dev/functions.lib)
script() {
	wget -q --show-progress "$(curl -sSL https://api.github.com/repos/tote-bag-labs/valentine/releases | grep browser_download_url | grep download | grep Linux | head -n1 | cut -d '"' -f4)"
	download
}
tmprun script