#! /bin/sh
# @(#)fastboot.sh 1.7 88/02/07 SMI; from UCB 4.2
PATH=/bin:/usr/bin:/usr/etc:$PATH
export PATH
cp /dev/null /fastboot
reboot "$@"
