xref: /original-bsd/sbin/fastboot/fastboot.sh (revision 0a83ae40)
1#!/bin/sh -
2#
3# Copyright (c) 1980 Regents of the University of California.
4# All rights reserved.  The Berkeley software License Agreement
5# specifies the terms and conditions for redistribution.
6#
7#	@(#)fastboot.sh	5.2 (Berkeley) 06/06/85
8#
9cp /dev/null /fastboot
10/etc/reboot $*
11