diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-12-01 13:31:07 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-12-01 13:31:07 +0100 |
commit | 32b192df3b898b4199325309a6113ae7efa3556e (patch) | |
tree | 612330e745d3ebcce7c6660ca0917b5aefd1eed1 /dependencies/update_uthash.sh | |
parent | 6f734f9eff342b91e694caf935b848eef5e1ced9 (diff) |
Removed all LUA leftover as preparation for UTHASH.
* Added UNIX socket support for nDPIsrvd.h (and c-captured)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'dependencies/update_uthash.sh')
-rwxr-xr-x | dependencies/update_uthash.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dependencies/update_uthash.sh b/dependencies/update_uthash.sh new file mode 100755 index 000000000..cbf1e5cf7 --- /dev/null +++ b/dependencies/update_uthash.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +MYDIR="$(dirname ${0})" +cd "${MYDIR}/.." + +git subtree pull --squash --prefix=dependencies/uthash https://github.com/troydhanson/uthash.git master |