File size: 103 Bytes
2cdedb8
 
f0c2c24
2cdedb8
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

if command -v nvidia-smi &> /dev/null && nvidia-smi -L; then
    exit 0
else
    exit 1
fi