xref: /csrg-svn/sbin/fastboot/fastboot.sh (revision 40249)
122496Sdist#!/bin/sh -
222496Sdist#
335079Sbostic# Copyright (c) 1985 Regents of the University of California.
435079Sbostic# All rights reserved.
522496Sdist#
635079Sbostic# Redistribution and use in source and binary forms are permitted
735079Sbostic# provided that the above copyright notice and this paragraph are
835079Sbostic# duplicated in all such forms and that any documentation,
935079Sbostic# advertising materials, and other materials related to such
1035079Sbostic# distribution and use acknowledge that the software was developed
1135079Sbostic# by the University of California, Berkeley.  The name of the
1235079Sbostic# University may not be used to endorse or promote products derived
1335079Sbostic# from this software without specific prior written permission.
1435079Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1535079Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1635079Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1722496Sdist#
18*40249Ssklower#	@(#)fastboot.sh	5.5 (Berkeley) 03/01/90
1935079Sbostic#
2022495Sdistcp /dev/null /fastboot
21*40249Ssklower/sbin/reboot $*
22