I needed something to duplicate bytes of files for programming a small file to a larger eeprom so I made this.
Find a file
2020-08-24 17:05:47 -07:00
src bit of cleanup and lto 2020-08-24 17:05:47 -07:00
.gitignore initial commit 2019-09-17 19:47:06 -07:00
Cargo.lock initial commit 2019-09-17 19:47:06 -07:00
Cargo.toml bit of cleanup and lto 2020-08-24 17:05:47 -07:00
LICENSE add license 2019-09-17 19:53:35 -07:00
README.md add readme 2019-09-17 19:50:55 -07:00

I needed something to duplicate bytes of files for programming a small file to a larger eeprom so I made this.

bindupe 0.1
Paul Sajna <sajattack@gmail.com>
Duplicates bytes of infile ndupes times in outfile

USAGE:
    bindupe <infile> <outfile> <ndupes>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <infile>     Sets the input file to use
    <outfile>    Sets the output file to use
    <ndupes>     Sets the number of times to duplicate bytes of infile to outfile