README
Write a hex string to a file
Usage:
hex-to-file FILENAME HEX
Example:
hex-to-file somefile.txt "0123456789abcdef"
Whitespace is filtered out, so feel free to git it output from xxd or a hex dump
Write hex string to file
<script type="module">
import hexToFile from 'https://cdn.skypack.dev/hex-to-file';
</script>
Write a hex string to a file
Usage:
hex-to-file FILENAME HEX
Example:
hex-to-file somefile.txt "0123456789abcdef"
Whitespace is filtered out, so feel free to git it output from xxd or a hex dump