File: doval

package info (click to toggle)
openvpn 2.3.4-5%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 7,696 kB
  • ctags: 7,034
  • sloc: ansic: 62,206; sh: 12,587; makefile: 362; perl: 66
file content (4 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (11)
1
2
3
4
#!/bin/bash
PROGDIR=`dirname $0`
unset LD_LIBRARY_PATH
valgrind --tool=memcheck --error-limit=no --suppressions=$PROGDIR/debug/valgrind-suppress --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $PROGDIR/openvpn "$@"