[zsh] vobsub2srt: set working directory

This commit is contained in:
Simon Bruder 2019-07-23 18:41:19 +00:00
parent f56690d8a3
commit 6bcf8b563d
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -8,6 +8,7 @@ function vobsub2srt() {
docker run \
--rm \
-v $PWD:/data \
-w /data \
-u $(id -u) \
sbruder/vobsub2srt \
--blacklist '„“”|/\`_~<>' \