Skip to content

Instantly share code, notes, and snippets.

@cybik
Created September 19, 2016 02:27
Show Gist options
  • Save cybik/61b884653299b1dca2f6aa2b203a8272 to your computer and use it in GitHub Desktop.
Save cybik/61b884653299b1dca2f6aa2b203a8272 to your computer and use it in GitHub Desktop.
Simple temps script
#! /bin/bash
sensors; echo Current GPU temp:; echo "$(nvidia-smi -q -d temperature | grep GPU|grep -i current| cut -c39-41)Centigrad"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment