mirror of https://github.com/ceph/ceph
8 lines
124 B
Bash
8 lines
124 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
what="$1"
|
||
|
[ -z "$what" ] && what=/usr/share/base-files
|
||
|
ceph-post-file -d ceph-test-workunit $what
|
||
|
|
||
|
echo OK
|