1#!/bin/sh 2 3# Source common stuff. 4. `cd $(dirname "$0");pwd`/common 5 6sudo_opcontrol --shutdown "$@" 7 8