1#!/bin/sh - 2# 3# Copyright (c) 1988 The Regents of the University of California. 4# All rights reserved. 5# 6# %sccs.include.redist.sh% 7# 8# @(#)fasthalt.sh 5.4 (Berkeley) 04/16/91 9# 10 11cp /dev/null /fastboot 12/sbin/halt $* 13