File size: 77 Bytes
9dce458
 
 
 
 
 
1
2
3
4
5
6
7
@echo off

pushd "%~dp0"
git pull --quiet
python -m manga_translator %*
popd