fix pipefail

This commit is contained in:
shibao 2021-11-29 12:59:03 -05:00
parent da2c2e8a33
commit f89b2838ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/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
# youtube-dl -j --flat-playlist -a - | \