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