ceph/teuthology/task/enable-coredump

5 lines
47 B
Bash
Executable File

#!/bin/sh
set -e
ulimit -c unlimited
exec "$@"