mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#!/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"
|