do not display banner in script

This commit is contained in:
Élie Deloumeau-Prigent 2021-09-28 10:24:30 +02:00
parent c455a355eb
commit 8aece13ffa
No known key found for this signature in database
GPG Key ID: 94F059CE0C5FF9D9

View File

@ -1,8 +1,5 @@
#!/bin/bash
# display banner
cat $(dirname $0)/motd
# get load averages
IFS=" " read LOAD1 LOAD5 LOAD15 <<<$(awk '{ print $1,$2,$3 }' /proc/loadavg)
# get free memory