aboutsummaryrefslogtreecommitdiff
path: root/update_EASTL.sh
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-04-16 17:46:53 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-04-16 17:48:41 +0200
commita55bdd92642990dc2559eb8544bd8c6d8dada7bb (patch)
treee3df52ebfc6115b613f49ee5328b4aedcedb6f7f /update_EASTL.sh
parent45af97bff6d8227638acfaad501e0d8f97957d9b (diff)
EASTL update script
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'update_EASTL.sh')
-rwxr-xr-xupdate_EASTL.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/update_EASTL.sh b/update_EASTL.sh
new file mode 100755
index 0000000..010ffc8
--- /dev/null
+++ b/update_EASTL.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname ${0})"
+cd "${MYDIR}"
+
+git subtree pull --squash --prefix=EASTL 'https://github.com/electronicarts/EASTL' master
+git subtree pull --squash --prefix=EASTL/test/packages/EABase 'https://github.com/electronicarts/EABase' master