home/bin/motd.sh
2019-01-18 22:11:25 +01:00

7 lines
99 B
Bash
Executable file

#!/bin/ash
echo "" > /etc/motd
hostname -f >> /etc/motd
echo "" >> /etc/motd
vnstat >> /etc/motd