7 lines
99 B
Bash
7 lines
99 B
Bash
|
|
#!/bin/ash
|
||
|
|
|
||
|
|
echo "" > /etc/motd
|
||
|
|
hostname -f >> /etc/motd
|
||
|
|
echo "" >> /etc/motd
|
||
|
|
vnstat >> /etc/motd
|
||
|
|
|