Add bin/getsong

This commit is contained in:
2025-10-23 09:15:31 +02:00
parent cb55028192
commit a4d569484d

6
bin/getsong Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
set -u
set -o pipefail
exec yt-dlp -f bestaudio -o '%(title)s.%(ext)s' "$@"