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

1
.gitignore vendored
View file

@ -12,6 +12,7 @@
!bin/gnucash.sh
!bin/hanez.org.sh
!bin/steam.sh
!bin/motd.sh
!bin/myip.sh
!bin/nas-boot.sh
!bin/nas-reboot.sh

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