IYUUAutoReseed/Windows更新与辅种.cmd
2020-08-01 15:42:54 +08:00

6 lines
100 B
Batchfile

@echo off
chcp 65001
git fetch --all
git reset --hard origin/master
%~dp0php\php %~dp0iyuu.php
pause