shithub: riscv

ref: 059c85dd75f4790625ea3ba19f1c76cf2f3e6b4a
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