mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-06 03:45:27 +00:00
* Added UNIX socket support for nDPIsrvd.h (and c-captured) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
6 lines
165 B
Bash
Executable file
6 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
|