DLX-Microprocessor
/
scripts
/
conv2memory
conv2memory
Raw
#!/bin/bash
od --width=4 -t xC $1 | awk '{print $2$3$4$5}'