added motd.sh
This commit is contained in:
parent
87bf7ee5ed
commit
1dfc18cb84
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@
|
||||||
!bin/gnucash.sh
|
!bin/gnucash.sh
|
||||||
!bin/hanez.org.sh
|
!bin/hanez.org.sh
|
||||||
!bin/steam.sh
|
!bin/steam.sh
|
||||||
|
!bin/motd.sh
|
||||||
!bin/myip.sh
|
!bin/myip.sh
|
||||||
!bin/nas-boot.sh
|
!bin/nas-boot.sh
|
||||||
!bin/nas-reboot.sh
|
!bin/nas-reboot.sh
|
||||||
|
|
|
||||||
7
bin/motd.sh
Executable file
7
bin/motd.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/ash
|
||||||
|
|
||||||
|
echo "" > /etc/motd
|
||||||
|
hostname -f >> /etc/motd
|
||||||
|
echo "" >> /etc/motd
|
||||||
|
vnstat >> /etc/motd
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue