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.
- Host: GitHub
- URL: https://github.com/sajattack/bindupe
- Owner: sajattack
- License: mit
- Created: 2019-09-18T02:47:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T00:05:58.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T06:07:41.071Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```