copy_clone 1.0.0

A simple 'cp' clone made in Rust
Documentation
1
2
3
4
5
6
7
8
9
# copy-clone

This program is a simple Rust command-line-utility to copy the contents of one file to another.

It will only copy a single file.

Usage: copy src dest  
src : src file  
dest : destination file