Skip to content

Commit

Permalink
updated tmux-cpu for apcups
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed May 22, 2021
1 parent 8d87342 commit 5aae66d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmux-cpu
@@ -1,5 +1,10 @@
#!/bin/bash

# exempted hosts
if [ "$HOSTNAME" == "apcups" ]; then
exit 0
fi

# cpu temperature, there's probably a cleaner, more universal way to do this
# at least I hope so
if [ "$HOSTNAME" == "yogix" ]; then
Expand Down

0 comments on commit 5aae66d

Please sign in to comment.