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