added motd.sh

This commit is contained in:
root 2019-01-18 22:11:25 +01:00
commit 1dfc18cb84
2 changed files with 8 additions and 0 deletions

7
bin/motd.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/ash
echo "" > /etc/motd
hostname -f >> /etc/motd
echo "" >> /etc/motd
vnstat >> /etc/motd