1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
samba-mirror/source4/script/valgrind_run
Andrew Bartlett bcdc491058 r26647: Mark 'valgrind_run' as executable
(This used to be commit d00b87caffdcf8af40054d3325197040cc75b6eb)
2008-01-03 12:33:35 -06:00

8 lines
83 B
Bash
Executable File

#!/bin/sh
ENV="$1"
shift 1
$ENV valgrind -q --db-attach=yes --num-callers=30 $@