fix pipefail

This commit is contained in:
shibao 2021-11-29 12:59:03 -05:00
parent da2c2e8a33
commit f89b2838ba

View File

@ -1,5 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
set pipefail -eou set -eou pipefail
# Old script to get json url for some reason? Don't know why I did this # Old script to get json url for some reason? Don't know why I did this
# youtube-dl -j --flat-playlist -a - | \ # youtube-dl -j --flat-playlist -a - | \