mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
5 lines
47 B
Bash
Executable File
5 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
ulimit -c unlimited
|
|
exec "$@"
|