Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 1997 00:38:39 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-chat@freebsd.org
Subject:   Re: Announce: UNIX System V simulator version 1.0
Message-ID:  <19970423003839.TY02166@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.96.970422231613.5711A-100000@lattice.latte.it>; from S Sigala on Apr 22, 1997 23:21:51 %2B0200
References:  <Pine.BSF.3.96.970422231613.5711A-100000@lattice.latte.it>

next in thread | previous in thread | raw e-mail | index | archive | help
As S Sigala wrote:

> Just uudecode the attached file, run with the shell (e.g.: `sh unix386')
> and enjoy!
> 
> Warning: if you really want to waste time... ;-)
> 
> begin 755 unix386

:-))

But, oh well:

echo "The system is coming up. Please wait."

sleep 2


This must become a ``sleep 30'' to look realistic, to the least!  You
also fail to simulate the disk rattling while this action was in
progress; you should consider replacing that sleep by a:

	find / -print > /dev/null

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970423003839.TY02166>