#!/bin/sh # # Copyright (c) 2014-2016 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # # motd.tail is reserved for the admin to append static # trailing information to a dynamically generated # /etc/motd. # # To add dynamic information, add a numbered # script to /etc/motd.d/ [ -f /etc/motd.tail ] && cat /etc/motd.tail || true