home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root
/
usr
/
lib
/
YaST2
/
bin
/
check.boot
< prev
next >
Wrap
Text File
|
2006-11-29
|
145b
|
6 lines
#!/bin/bash
OD=`/usr/bin/od --address-radix=d --skip-bytes=510 --read-bytes=2 -h $1 |
sed -e "s/^.* //" -e '2,$d'`
[ "$OD" = aa55 ]
exit $?