Created
May 1, 2020 08:14
-
-
Save liyafe1997/6e30679a8a5f559eb017ca7cae109e45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
while(( 1 )) | |
do | |
clear | |
optirun nvidia-smi | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment