Hacked By AnonymousFox

Current Path : /proc/self/root/sbin/
Upload File :
Current File : //proc/self/root/sbin/grubby

#!/bin/bash
if [[ -x /usr/libexec/grubby/grubby-bls ]] ; then
	exec /usr/libexec/grubby/grubby-bls "${@}"
elif [[ -x /usr/libexec/grubby/grubby ]] ; then
	exec /usr/libexec/grubby/grubby "${@}"
fi
echo "Grubby is not installed correctly." >>/dev/stderr
exit 1

Hacked By AnonymousFox1.0, Coded By AnonymousFox