Difference between revisions of "User:Camille"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
Gizmo tracking <br /> | Gizmo tracking <br /> | ||
CPU Testing Documentation <br /> | CPU Testing Documentation <br /> | ||
| + | |||
| + | |||
| + | == Chipset Testing Bash Script == | ||
| + | |||
| + | #! /bin/bash | ||
| + | if [ 'lspci | grep 'VGA.*82845' > /dev/null' ]; then | ||
| + | echo "Evil Chipset Found!!!"; | ||
| + | fi | ||
Revision as of 11:42, 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