#!/bin/bash INPUT=$(termux-dialog -t "Enter Spotify URL or song name" | jq -r '.text') spotdl "$INPUT" --output ~/storage/music