aboutsummaryrefslogtreecommitdiff
path: root/bin/motd.sh
blob: 4ac88081495cc98691eda9ba7458c50b96d16731 (plain) (blame)
1
2
3
4
# Show the system MOTD
motd=${MOTD:-/etc/motd}
[ -f "$motd" ] || exit
cat -- "$motd"