Your IP : 216.73.216.86


Current Path : /sbin/
Upload File :
Current File : //sbin/apm_available

#!/bin/sh -e

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

[ -r /proc/apm ]