BloodyInside's picture
firsty
947c08e
raw
history blame
77 Bytes
@echo off
pushd "%~dp0"
git pull --quiet
python -m manga_translator %*
popd