From 5bb312993960adaa663701391a83f76b81edc60a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 21 Dec 2025 16:57:44 +0900 Subject: created htop-vim/ --- fedora/.local/bin/htop-vim/scripts/run_valgrind.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 fedora/.local/bin/htop-vim/scripts/run_valgrind.sh (limited to 'fedora/.local/bin/htop-vim/scripts/run_valgrind.sh') diff --git a/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh b/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh new file mode 100755 index 0000000..a03468c --- /dev/null +++ b/fedora/.local/bin/htop-vim/scripts/run_valgrind.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +SCRIPT=$(readlink -f "$0") +SCRIPTDIR=$(dirname "$SCRIPT") + +valgrind --leak-check=full --show-reachable=yes --show-leak-kinds=all --track-fds=yes --errors-for-leak-kinds=all --track-origins=yes --suppressions="${SCRIPTDIR}/htop_suppressions.valgrind" "${SCRIPTDIR}/../htop" -- cgit v1.2.3