#!/bin/bash # Generate a summary of system information. PATH=/bin:/usr/bin:/sbin:/usr/sbin function tabout () { fold -w 70 | sed -e '/^/s// /'; } function spaceout () { fold -w 70 | sed -e '/^/s// /'; } # init sudo: sudo -v cat <, (c) 2002. This program may be freely distributed and modified, with attribution and the following disclaimer. This program comes with NO WARRANTY and NO LIABILITY FOR DAMAGES. Revision information: Author: karsten Version: 1.7 Last revised: 2002/04/05 20:10:44 EOF