mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
bcdc491058
(This used to be commit d00b87caffdcf8af40054d3325197040cc75b6eb)
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ENV="$1"
|
|
|
|
shift 1
|
|
|
|
$ENV valgrind -q --db-attach=yes --num-callers=30 $@
|