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