IYUUAutoReseed/9.更新与辅种.cmd

7 lines
100 B
Batchfile

@echo off
chcp 65001
git fetch --all
git reset --hard origin/master
git pull
php %cd%\iyuu.php
pause