mirror of https://github.com/ceph/ceph
6 lines
42 B
Bash
6 lines
42 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
ceph_test_cls_hello
|
||
|
|
||
|
exit 0
|