#!/bin/sh
# the welcome banner 

# (C) 2000 M. Andreoli for muLinux
. /etc/dialog.lib

version=`cat /etc/version`

INFO_DIM="-r 3 -c 50"

dinfo $INFO_DIM -t Welcome "Welcome to MuLinux v$version! " 
sleep 3 

