added motd.sh
This commit is contained in:
parent
87bf7ee5ed
commit
1dfc18cb84
2 changed files with 8 additions and 0 deletions
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