mirror of
https://github.com/Medicean/VulApps.git
synced 2025-06-22 02:40:08 +00:00
4 lines
114 B
Bash
4 lines
114 B
Bash
#!/bin/bash
|
|
|
|
echo "valgrind --tool=memcheck --leak-check=full /opt/memcached-1.4.31/memcached -vvv" | su memcache
|