mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-03 05:32:41 +08:00
5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
|
|
valgrind --tool=memcheck --leak-check=full ../src/hstr
|
|
|
|
# eof
|