Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /proc/thread-self/root/usr/share/bash-completion/completions/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //proc/thread-self/root/usr/share/bash-completion/completions/gnome-control-center

# gnome-control-center tab completion for bash.

_gnome_control_center()
{
	local cur prev command_list i v

	cur=${COMP_WORDS[COMP_CWORD]}
	prev=${COMP_WORDS[COMP_CWORD-1]}

	case "$prev" in
	*)
		if [ $prev = "gnome-control-center" ] ; then
			command_list="--verbose --version"
			command_list="$command_list applications background camera color connectivity datetime default-apps diagnostics display info-overview keyboard location lock microphone mouse notifications online-accounts power printers region removable-media search sharing sound ubuntu universal-access usage user-accounts network wifi bluetooth thunderbolt wacom"
		elif [ $prev = "--verbose" ]; then
			command_list="applications background camera color connectivity datetime default-apps diagnostics display info-overview keyboard location lock microphone mouse notifications online-accounts power printers region removable-media search sharing sound ubuntu universal-access usage user-accounts network wifi bluetooth thunderbolt wacom"
		fi

		for i in --version applications background camera color connectivity datetime default-apps diagnostics display info-overview keyboard location lock microphone mouse notifications online-accounts power printers region removable-media search sharing sound ubuntu universal-access usage user-accounts network wifi bluetooth thunderbolt wacom; do
			if [ $i = $prev ]; then
				case $i in
				keyboard)
					command_list="shortcuts typing"
					;;
				network)
					# FIXME
					# The first 3 commands need an object path like
					# /org/freedesktop/NetworkManager/Devices/1
					command_list="connect-3g connect-8021x-wifi show-device connect-hidden-wifi create-wifi"
					;;
				sound)
					command_list="applications effects hardware input outputs"
					;;
				*)
					command_list=""
					;;
				esac
			fi
		done
		;;
	esac

	for i in $command_list; do
		if [ -z "${i/$cur*}" ]; then
			COMPREPLY=( ${COMPREPLY[@]} $i )
		fi
	done
}

# load the completion
complete -F _gnome_control_center gnome-control-center

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net