From bab75cd6008d93e1901b56473d1ca97af2f898bc Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 10 Oct 2018 14:10:32 +0900 Subject: [PATCH] Removed pull.bat --- pull.bat | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pull.bat diff --git a/pull.bat b/pull.bat deleted file mode 100644 index 1183d802c..000000000 --- a/pull.bat +++ /dev/null @@ -1,8 +0,0 @@ -::pushd Assets\VRM -git pull -git submodule init -git submodule update --remote -git submodule foreach git checkout master -git submodule foreach git pull -::popd -pause