Add waifu2x-photo zsh function

This commit is contained in:
Simon Bruder 2019-08-06 15:41:16 +00:00
parent 984717a833
commit 53137f7a28
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -50,3 +50,7 @@ function waifu2x() {
r.sbruder.de/waifu2x-converter-cpp \
$@
}
function waifu2x-photo() {
waifu2x --model-dir /usr/local/share/waifu2x-converter-cpp-photo $@
}