#! /bin/sh echo "This is the setice install script. Thanks for trying it." echo "Compiling the sources..." echo "Do not wory about some warnings tchild might give you. " gcc setice.c -o setice gcc tchild.c -o tchild echo "Need root password to set priv needed by the program. " su -c "chown root.root setice && chmod +s setice" echo "All set and ready to use. "