mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
b5e4a31930
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
12 lines
125 B
Bash
Executable File
12 lines
125 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
# srcdn=destdn
|
|
touch ./a/file1
|
|
mv ./a/file1 ./a/file1.renamed
|
|
|
|
# different
|
|
touch ./a/file2
|
|
mv ./a/file2 ./b
|
|
|
|
|