windvn/path/dupe
2022-05-10 22:50:49 +02:00

3 lines
57 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cp --reflink=auto -a "$1" "$2"