mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
eb0f29223a
turn off thread logging in gdb make sure everything runs in gdb when running test add note in contrib/format.sh about a GNU-ism
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# TODO: readlink -e is a GNU-ism
|
|
cd "$(readlink -e $(dirname $0)/../)"
|
|
clang-format-9 -i $(find jni daemon llarp include pybind | grep -E '\.[hc](pp)?$') &> /dev/null
|