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