mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-28 17:02:24 +00:00
* Added UNIX socket support for nDPIsrvd.h (and c-captured) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
MYDIR="$(dirname ${0})"
|
|
cd "${MYDIR}/.."
|
|
|
|
git subtree pull --squash --prefix=dependencies/uthash https://github.com/troydhanson/uthash.git master
|