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