User:Camille

From FreekiWiki
Revision as of 12:50, 30 September 2010 by Camille (talk | contribs) (→‎Chipset Testing Bash Script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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