#!/bin/sh # Gentoo package installation echo "Please enter your root password below:" 1>&2 su root -c "emerge -v $*" exit