dotfiles/screen/backticks/loadavg.sh

3 lines
65 B
Bash
Executable File

#!/usr/bin/env bash
cat /proc/loadavg | awk '{print $1, $2, $3}'