QPitch

QPitch
🌎 descrição traduzida automaticamente 🇺🇸 -> 🇧🇷 👇🏻
Um plugin gratuito de afinação automática que realmente funciona.
#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="$(curl -sSL https://api.github.com/repos/skynse/qpitch/releases | grep browser_download_url | grep download | grep linux-clap | head -n1 | cut -d '"' -f4)"
download
}
tmprun script
