摘要:
```
@echo off
setlocal enabledelayedexpansion
set command=%*
If %PROCESSOR_ARCHITECTURE% == x86 ( echo | C:\Windows\sysnative\bash.exe -c 'git %command%'
) Else ( echo | bash.exe -c 'git %comm... 阅读全文
posted @ 2019-01-09 23:06
灯塔下的守望者
阅读(311)
评论(0)
推荐(0)

浙公网安备 33010602011771号