This repository has been archived on 2026-07-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
testlabs/bash/cptest
2022-07-07 21:50:11 +00:00

5 lines
88 B
Bash

#!/bin/bash
SOURCE=/home/test/testfile
DEST=/home/corrado/testfile
cp -vp $SOURCE $DEST