mirror of
https://github.com/ceph/ceph
synced 2024-12-20 18:33:44 +00:00
6 lines
42 B
Bash
6 lines
42 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
ceph_test_cls_hello
|
||
|
|
||
|
exit 0
|