run.bat 77 B

123456
  1. @echo off
  2. pushd "%~dp0"
  3. git pull --quiet
  4. python -m manga_translator %*
  5. popd