shithub: riscv

ref: 1bc10a7c9397d6d10aa0b397212f59a83e4cd546
dir: /rc/bin/inst/hasmbr/

View raw version
#!/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