update repository
[cmdllinux.git] / bash_n_examples / bash / dd / _bash_od6.sh
blobc810178dff24a06b6e12c5e7bf75da2181f3be9e
1 #IFS=$' '
2 echo -n > binfile.bin
3 hexdump -ve '1/1 "%.2x"' adb | xxd -r -p > binfile.bin