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

5 lines
34 B
Bash
Executable File

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