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