mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-28 17:02:24 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
MYDIR="$(dirname ${0})"
|
|
cd "${MYDIR}/.."
|
|
|
|
git subtree pull --squash --prefix=dependencies/jsmn https://github.com/zserge/jsmn.git master
|