Add bin/getsong
This commit is contained in:
6
bin/getsong
Normal file
6
bin/getsong
Normal 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' "$@"
|
||||
Reference in New Issue
Block a user