mirror of
https://github.com/ceph/ceph
synced 2024-12-11 05:57:05 +00:00
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
mkdir -p testspace
|
|
cfuse testspace -m $1
|
|
|
|
./runallonce.sh testspace
|
|
killall cfuse
|