mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
cc05b877a2
first commit acl to github
5 lines
188 B
Bash
5 lines
188 B
Bash
#!/bin/sh
|
|
|
|
valgrind --show-below-main=yes --show-reachable=yes --tool=memcheck --leak-check=yes -v \
|
|
./db_mysql -H /tmp/mysql.csmail.sock -N csmail_userdb -U csmail -P 6632857799266825679
|