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