An open API service indexing awesome lists of open source software.

https://github.com/sajattack/bindupe

I needed something to duplicate bytes of files for programming a small file to a larger eeprom so I made this.
https://github.com/sajattack/bindupe

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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
Duplicates bytes of infile ndupes times in outfile

USAGE:
bindupe

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

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