#!/bin/sh # # poweroff 1.0 - power off the system Author: David van Moolenbroek # 12 Jun 2009 if test $Argc -gt 0 { echo "usage: poweroff" > !2 exit 1 } setglobal PATH = "/usr/bin:$PATH" exec shutdown -x off