fix pipefail
This commit is contained in:
parent
da2c2e8a33
commit
f89b2838ba
@ -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 - | \
|
||||||
|
Loading…
Reference in New Issue
Block a user