1 Star 1 Fork 4

polarisxu / studygolang

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
reload.bat 255 Bytes
Copy Edit Raw Blame History
polarisxu authored 2016-06-09 20:50 . windows 脚本
@echo off
setlocal
if exist reload.bat goto ok
echo reload.bat must be run from its folder
goto end
:ok
:: stop
taskkill /im studygolang.exe /f
del /q /f /a pid
:: start
start /b bin\studygolang >> log\panic.log 2>&1 &
echo reload successfully
:end
Go
1
https://gitee.com/polarisxu/studygolang.git
git@gitee.com:polarisxu/studygolang.git
polarisxu
studygolang
studygolang
master

Search