ceph/qa/runoncfuse.sh

8 lines
98 B
Bash
Executable File

#!/bin/bash -x
mkdir -p testspace
cfuse testspace -m $1
./runallonce.sh testspace
killall cfuse