#!/bin/sh if [ -e /sbin/suspend ]; then /sbin/suspend else /sbin/poweroff fi