mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
mkdir -p testspace
|
|
cfuse testspace -m $1
|
|
|
|
./runallonce.sh testspace |