ceph/teuthology/task/enable-coredump

5 lines
47 B
Plaintext
Raw Normal View History

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