#!/bin/bash if lspci | grep -i nvidia; then exit 0 else exit 1 fi