mirror of
https://github.com/ceph/ceph
synced 2025-01-15 15:32:45 +00:00
5 lines
42 B
Bash
5 lines
42 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mkdir foo
|
||
|
echo foo > bar
|
||
|
sync
|