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