inspect.sh (117B)
1 2 3 4 5 6
#!/bin/sh OD="$(command -v od)" [ -z "$OD" ] && echo "Please install \`od'." && exit 1 "$OD" "$1" -x --endian=big