home/bin/motd.sh

7 lines
99 B
Bash
Raw Normal View History

2019-01-18 22:11:25 +01:00
#!/bin/ash
echo "" > /etc/motd
hostname -f >> /etc/motd
echo "" >> /etc/motd
vnstat >> /etc/motd