diff --git a/bin/motd.sh b/bin/motd.sh index 3f624b44..770621d6 100755 --- a/bin/motd.sh +++ b/bin/motd.sh @@ -1,5 +1,8 @@ #!/bin/ash +# this one is creating my /etc/motd file via cron to get some network +# statistics when logging in to my servers. + echo "" > /etc/motd hostname -f >> /etc/motd echo "" >> /etc/motd