Your IP : 216.73.216.48


Current Path : /usr/X11R6/lib64/ConsoleKit/scripts/
Upload File :
Current File : //usr/X11R6/lib64/ConsoleKit/scripts/ck-system-hybridsleep

#!/bin/sh

#Try for common tools
if [ -x "/sbin/pm-suspend-hybrid" ] ; then
	/sbin/pm-suspend-hybrid
	exit $?
elif [ -x "/usr/sbin/pm-suspend-hybrid" ] ; then
	/usr/sbin/pm-suspend-hybrid
	exit $?
else
	exit 1
fi