🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-07 15:56:48 -04:00
commit 0777c29ab9
14 changed files with 379 additions and 0 deletions

4
bin/ytda Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --config-location "$HOME/.config/youtube-dl/music" "$@"
exit $?