xref: /csrg-svn/sbin/fastboot/fastboot.sh (revision 35079)
122496Sdist#!/bin/sh -
222496Sdist#
3*35079Sbostic# Copyright (c) 1985 Regents of the University of California.
4*35079Sbostic# All rights reserved.
522496Sdist#
6*35079Sbostic# Redistribution and use in source and binary forms are permitted
7*35079Sbostic# provided that the above copyright notice and this paragraph are
8*35079Sbostic# duplicated in all such forms and that any documentation,
9*35079Sbostic# advertising materials, and other materials related to such
10*35079Sbostic# distribution and use acknowledge that the software was developed
11*35079Sbostic# by the University of California, Berkeley.  The name of the
12*35079Sbostic# University may not be used to endorse or promote products derived
13*35079Sbostic# from this software without specific prior written permission.
14*35079Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15*35079Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16*35079Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1722496Sdist#
18*35079Sbostic#	@(#)fastboot.sh	5.3 (Berkeley) 07/15/88
19*35079Sbostic#
2022495Sdistcp /dev/null /fastboot
2122495Sdist/etc/reboot $*
22