#!/bin/sh -e

if [ "$@" ]; then
  echo "Usage: $0"
  exit 2
fi

[ -r /proc/apm ]
