#!/bin/bashlog=`who | sort -n | cut -d" " -f1 | head -1`echo "The $log user currently logged in to your server"