#!/bin/sh

[ -e /etc/motd ] && cat /etc/motd
[ -e /etc/version ] && cat /etc/version
