Files
Chip8_MiSTer/convert-binary-to-include.sh
2020-02-05 16:09:16 -08:00

2 lines
58 B
Bash
Executable File

#!/bin/sh
od -A n -v -t x1 -w1 "$1" | sed -e 's/^[ \t]*//'