#!/bin/sh

# output the local server time
echo -n "
Welcome to `hostname`: `date | tr -d '/n'`";
echo -n "
Uptime: $UPTIME"
