#!/bin/sh

# script prefers bash
[ -f /bin/bash ] && SHELL=/bin/bash

printf "\rMachine:`uptime`\rServer: $UPTIME"
