mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
cc05b877a2
first commit acl to github
4 lines
159 B
Bash
4 lines
159 B
Bash
#!/bin/sh
|
|
|
|
valgrind --show-below-main=yes --show-reachable=yes --tool=memcheck --leak-check=yes -v ./log "UDP:192.168.1.229:12345|TCP:127.0.0.1:12345|log.txt"
|