Banner
This commit is contained in:
@@ -23,7 +23,7 @@ echo -n '
|
|||||||
'
|
'
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# CPU info
|
# System info
|
||||||
cat <<- 'EOF' >> "$profiledir/motd.sh"
|
cat <<- 'EOF' >> "$profiledir/motd.sh"
|
||||||
# get load averages
|
# get load averages
|
||||||
IFS=" " read LOAD1 LOAD5 LOAD15 <<<$(cat /proc/loadavg | awk '{ print $1,$2,$3 }')
|
IFS=" " read LOAD1 LOAD5 LOAD15 <<<$(cat /proc/loadavg | awk '{ print $1,$2,$3 }')
|
||||||
|
|||||||
Reference in New Issue
Block a user