Make waifu2x actually quit when pressing ^C
This commit is contained in:
parent
ccff6c8df3
commit
2cb586e2f5
|
@ -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" \
|
||||
|
|
Reference in a new issue