aboutsummaryrefslogtreecommitdiff
path: root/deps/update_cpp-httplib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/update_cpp-httplib.sh')
-rwxr-xr-xdeps/update_cpp-httplib.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/update_cpp-httplib.sh b/deps/update_cpp-httplib.sh
new file mode 100755
index 0000000..e16d5b7
--- /dev/null
+++ b/deps/update_cpp-httplib.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname ${0})"
+cd "${MYDIR}/.."
+
+git subtree pull --squash --prefix=deps/cpp-httplib https://github.com/yhirose/cpp-httplib.git master