I need to check if the script parameter ($1 for example) is hex byte ("0x00" - "0xFF") or not.
$1
I have no idea how to write regex in bash.