Created
          November 14, 2014 06:22 
        
      - 
      
- 
        Save alexeiz/97aba97881de7b1dabb2 to your computer and use it in GitHub Desktop. 
    Show uptime load averages in the tmux status line.
  
        
  
    
      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/sh | |
| uptime | gawk 'BEGIN{FS="[:,] "}{printf "%s %s %s", $(NF-2), $(NF-1), $NF}' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment