testapi / run.bat
Sunday01's picture
up
9dce458
raw
history blame contribute delete
77 Bytes
@echo off
pushd "%~dp0"
git pull --quiet
python -m manga_translator %*
popd