CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/lib/ConsoleKit/scripts/
Upload File :
Current File : //proc/2/root/usr/lib/ConsoleKit/scripts/ck-system-restart

#!/bin/sh

#Try for common tools
if [ -x "/sbin/shutdown" ] ; then
	/sbin/shutdown -r now
	exit $?
elif [ -x "/usr/sbin/shutdown" ] ; then
	/usr/sbin/shutdown -r now
	exit $?
else
	exit 1
fi

Copyright 2K16 - 2K18 Indonesian Hacker Rulez