mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
cc05b877a2
first commit acl to github
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
|
|
#valgrind --tool=memcheck --leak-check=yes -v ./rfc2047 -e "中国人民"
|
|
valgrind --tool=memcheck --leak-check=yes -v ./rfc2047
|