mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
6fb971ffdb
Signed-off-by: Sage Weil <sage@newdream.net>
8 lines
51 B
Bash
Executable File
8 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
mkdir foo
|
|
echo foo > bar
|
|
sync
|