mirror of
https://github.com/ceph/ceph
synced 2025-02-09 20:09:53 +00:00
12 lines
137 B
Bash
Executable File
12 lines
137 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# srcdn=destdn
|
|
touch mnt/a/file1
|
|
mv mnt/a/file1 mnt/a/file1.renamed
|
|
|
|
# different
|
|
touch mnt/a/file2
|
|
mv mnt/a/file2 mnt/b
|
|
|
|
|