mirror of https://github.com/ceph/ceph
5 lines
42 B
Bash
5 lines
42 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir foo
|
||
|
echo foo > bar
|
||
|
sync
|