Skip to content

Instantly share code, notes, and snippets.

@liyafe1997
Created May 1, 2020 08:14
Show Gist options
  • Save liyafe1997/6e30679a8a5f559eb017ca7cae109e45 to your computer and use it in GitHub Desktop.
Save liyafe1997/6e30679a8a5f559eb017ca7cae109e45 to your computer and use it in GitHub Desktop.
#!/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