Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.116.89.157
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
bash-completion /
helpers /
Delete
Unzip
Name
Size
Permission
Date
Action
gst
1.33
KB
-rw-r--r--
2017-08-02 22:32
gst-completion-helper-1.0
11.3
KB
-rwxr-xr-x
2017-08-02 22:32
Save
Rename
# GStreamer # Copyright (C) 2015 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> # # bash/zsh completion support for common gstreamer options # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, # Boston, MA 02110-1301, USA. ___gst_debug_level () { _gst_mandatory_argument; } ___gst_debug () { _gst_mandatory_argument; } ___gst_debug_color_mode () { _gst_mandatory_argument; } ___gst_plugin_path () { _gst_mandatory_argument; } ___gst_plugin_load () { _gst_mandatory_argument; } _gst_mandatory_argument () { if [[ "$prev" != "$command" ]] then COMPREPLY=( $(compgen -W "$(gst-launch-1.0 --help-all | grep -oh '[[:graph:]]*--[[:graph:]]*' | cut -d'=' -f1)" -- $cur) ) else COMPREPLY=("$cur") fi }