Make waifu2x actually quit when pressing ^C

This commit is contained in:
Simon Bruder 2019-11-02 19:24:46 +00:00
parent ccff6c8df3
commit 2cb586e2f5
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -55,7 +55,8 @@ function unrar () {
function waifu2x() {
docker run \
--rm \
-t \
--init \
-it \
-v "$PWD:/data" \
-w /data \
-v "$HOME/.waifu2x:/home/waifu2x/.waifu2x" \