#!/bin/sh
echo "\
Welcome to Linux `/bin/uname -a | /bin/cut -d\  -f3`.
"
