mem2hex.sh 85 B

123
  1. #!/bin/bash
  2. echo -n `grep -o '^[^//]*' "$1" | tr [:lower:] [:upper:] | tr -d '\n '`