added motd.sh
This commit is contained in:
parent
e3a3bec768
commit
5b81793411
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