mirror of
https://github.com/ceph/ceph
synced 2025-02-25 12:03:00 +00:00
6 lines
73 B
Bash
6 lines
73 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
mkdir -p testspace
|
||
|
cfuse testspace -m $1
|
||
|
|
||
|
./runallonce.sh
|