9 lines
130 B
Batchfile
9 lines
130 B
Batchfile
@echo off
|
|
cd Assets/Convention
|
|
git pull
|
|
cd ../Plugins/Flee
|
|
git pull
|
|
cd ../../Scripts/Framework/[RScript]
|
|
git pull
|
|
cd ../../../../
|