1
0
Fork 0
arangodb/scripts/disable-cores.sh

5 lines
36 B
Bash
Executable File

#!/bin/sh
ulimit -c 0
"$@" || true