#!/bin/sh

# Starts a root shell in an xterminal.  Used like this:
#
#    xterm -e rootshell

echo ""
echo "        *** WARNING!  Secure your terminal before typing a password. ***"
echo ""
su -
