mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
4 lines
124 B
Bash
Executable File
4 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
valgrind --show-reachable=yes --tool=memcheck --leak-check=yes -v ./http_client -s 127.0.0.1:8888 -D -U "/" -c 1
|