Difference between revisions of "User:Camille"

From FreekiWiki
Jump to navigation Jump to search
(New page: meow meow. Camille from A.T. and Build chillin on the wiki.)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
meow meow. Camille from A.T. and Build chillin on the wiki.
 
meow meow. Camille from A.T. and Build chillin on the wiki.
 +
 +
Working on: <br />
 +
Gizmo tracking <br />
 +
CPU Testing Documentation <br />
 +
 +
 +
== Chipset Testing Bash Script ==
 +
 +
<nowiki>
 +
#! /bin/bash
 +
if [ 'lspci | grep 'VGA.*82845' > /dev/null' ]; then
 +
echo "Evil Chipset Found!!!";
 +
fi
 +
</nowiki>

Latest revision as of 12:50, 30 September 2010

meow meow. Camille from A.T. and Build chillin on the wiki.

Working on:
Gizmo tracking
CPU Testing Documentation


Chipset Testing Bash Script

#! /bin/bash if [ 'lspci | grep 'VGA.*82845' > /dev/null' ]; then echo "Evil Chipset Found!!!"; fi