Your IP : 18.222.191.57


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

#!/bin/sh -e

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

# APM support was removed from kernel 2.6.40 in 2011.
exit 1