🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 16:09:09 -04:00
parent 15a9c002f5
commit 3004c1fdad
3 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env sh
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
exit $?