2 lines
50 B
Bash
Executable File
2 lines
50 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cp --reflink=auto -a "$1" "$2" |