add aucdtect docker function
This commit is contained in:
parent
e0ae7683e0
commit
f941c4879f
|
@ -40,3 +40,12 @@ function vobsub2srt() {
|
|||
--blacklist '„“”|’/\`_~<>' \
|
||||
$@
|
||||
}
|
||||
|
||||
function aucdtect() {
|
||||
docker run --rm \
|
||||
-v "$PWD:/home/aucdtect/:ro" \
|
||||
-e uid=$(id -u) \
|
||||
-e gid=$(id -g) \
|
||||
aucdtect \
|
||||
$@
|
||||
}
|
||||
|
|
Reference in a new issue