mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-22 12:56:04 +00:00
3 lines
65 B
Bash
3 lines
65 B
Bash
|
#!/usr/bin/env bash
|
||
|
cat /proc/loadavg | awk '{print $1, $2, $3}'
|