#!/bin/sh -
#
# 5799-WZQ (C) COPYRIGHT = NONE
# LICENSED MATERIALS - PROPERTY OF IBM
#
# $Header:fastboot.sh 12.0$ 
# $ACIS:fastboot.sh 12.0$ 
# $Source: /ibm/acis/usr/src/etc/RCS/fastboot.sh,v $ 

#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	@(#)fastboot.sh	5.2 (Berkeley) 6/6/85
#
cp /dev/null /fastboot
exec /etc/reboot $*
