3 lines
54 B
Bash
Executable file
3 lines
54 B
Bash
Executable file
#!/bin/sh
|
|
|
|
awk '{print $1" "$2" "$3}' < /proc/loadavg
|