aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-01 14:48:35 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-01 14:48:35 +0200
commit2186064e52ec4029fd060323b51de973da4cee5f (patch)
tree79f7a5a4fe581fa31271de2439abf23155c0aa38
parentd67b11c832cd0061392e46e847a465f8f73c1ca5 (diff)
Subtree update script for md4c added.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rwxr-xr-xdeps/update_md4c.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/update_md4c.sh b/deps/update_md4c.sh
new file mode 100755
index 0000000..2fede07
--- /dev/null
+++ b/deps/update_md4c.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname ${0})"
+cd "${MYDIR}/.."
+
+git subtree pull --squash --prefix=deps/md4c https://github.com/mity/md4c.git master