mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
c5b557ee88
Signed-off-by: Sage Weil <sage@inktank.com>
8 lines
51 B
Bash
Executable File
8 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
mkdir foo
|
|
echo foo > bar
|
|
sync
|