KLanding/Update.bat
2015-11-25 21:35:06 +00:00

7 lines
203 B
Batchfile

git.exe pull
findstr "http://webclip.ml" config.php >nul 2>&1
if errorlevel 1 echo Already Updated
if errorlevel 0 cscript replace.vbs "config.php" "http://webclip.ml" "http://klips.cf"
ImportLines.bat