IYUUAutoReseed/9.更新与辅种.cmd

7 lines
113 B
Batchfile

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