#!/bin/bash
#
# One Hour Runtime - RC5 shutdown script
#
# Version   : 1.0.6
# Date      : 10/22/1999
#
# Copyright : (C) Brad Mertz 1999
#
# Please refer to README for Disclaimer and GNU GENERAL PUBLIC LICENSE
#
# Modify the /rc5/... path to whereever RC5 is located.  You MUST use
# absolute paths, ~/..., etc will not always work through RSH.
#

# This simply shuts down all specified RC5 clients.

touch /rc5/sparc/exitrc5.now
touch /rc5/ultra/exitrc5.now
touch /rc5/x86/exitrc5.now

