xref: /original-bsd/sbin/fastboot/fastboot.sh (revision a7108741)
1#!/bin/sh -
2#
3# Copyright (c) 1985 The Regents of the University of California.
4# All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8#	@(#)fastboot.sh	5.6 (Berkeley) 04/16/91
9#
10
11cp /dev/null /fastboot
12/sbin/reboot $*
13