View Single Post
Old 06-08-2013, 07:16 PM   #367
murg
No Comment
murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.
 
Posts: 3,240
Karma: 23878043
Join Date: Jan 2012
Location: Australia
Device: Kobo: Not just an eReader, it's an adventure!
Quote:
Originally Posted by met67 View Post
Code:
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
case $PCB in
    E60610D*) echo trilogy;;
    E606B*) echo kraken;;
    E5061*) echo pixie;;
    E606C*) echo dragon;;
    E606F*) echo phoenix;;
    *) echo trilogy;;
esac
Find the Intruder
Hmmm... Phoenix... Are they releasing a Kindle Fire clone?
murg is offline   Reply With Quote