mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
call :syncfolder glsl-optimizer
|
||||
call :syncfolder hlsl2glslfork
|
||||
call :syncfolder mojoshader
|
||||
goto :eof
|
||||
|
||||
:syncfolder
|
||||
if exist %1 (
|
||||
git --git-dir=%1/.git pull -v
|
||||
) else (
|
||||
git clone https://github.com/zeux/%1.git
|
||||
)
|
||||
goto :eof
|
||||
Reference in New Issue
Block a user