Purpose
Turn power on or off to the red side of LRIS
Type
Csh script
Usage
redpower <state>
Arguments
state = [on|off|cycle] Desired state for all red side power outputs
Output
Actions are echoed to STDOUT
Exit values
0 = normal completion
1 = bad number or type of arguments
Example
1) Turn on all LRIS red power
redpower on
2) Turn off all LRIS red power
redpower off
3) Cycle all LRIS red power
redpower cycle