ref: e7d670f1558576f5cfdb9f4b3f74bc4cda91e62c dir: /rc/bin/inst/hasmbr/
#!/bin/rc if(! ~ $#* 1) { echo 'usage: hasmbr /dev/sdC0/part' >[1=2] exit usage } x=`{xd -b $1 | sed -n '32p;32q'} if(~ $x(16) 55 && ~ $x(17) aa) exit '' exit nope