diff options
Diffstat (limited to 'deps')
-rwxr-xr-x | deps/update_cpp-httplib.sh | 6 | ||||
-rwxr-xr-x | deps/update_inja.sh | 6 |
2 files changed, 12 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 diff --git a/deps/update_inja.sh b/deps/update_inja.sh new file mode 100755 index 0000000..0b3546c --- /dev/null +++ b/deps/update_inja.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +MYDIR="$(dirname ${0})" +cd "${MYDIR}/.." + +git subtree pull --squash --prefix=deps/inja https://github.com/pantor/inja.git master |