/* * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * * $Id: stage3.c,v 1.4 1994/10/21 02:14:52 phk Exp $ * */ #include #include #include #include #include #include #include #include #include #include #include "sysinstall.h" void stage5() { for(;;) exec (1,"/stand/sh","/stand/-sh", 0); }