1 Star 0 Fork 13

小鱼儿/OTRS

forked from Gitee 极速下载/OTRS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.bash_completion 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Manuel Hecht 提交于 2018-01-01 21:36 . Updated copyright.
# --
# Copyright (C) 2001-2018 OTRS AG, http://otrs.com/
# --
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU AFFERO General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# any later version.
#
# This program 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 General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# or see http://www.gnu.org/licenses/agpl.txt.
# --
# This file will be automatically found and used for the 'otrs' user if you have the
# 'bash-completion' package installed. Otherwise you can source it in your ~/.bashrc like this:
#
# source /opt/otrs/.bash_completion
# Get path to current file, follow symlinks
THIS_FILE=$BASH_SOURCE
if [ -L $THIS_FILE ]; then
THIS_FILE=`readlink $THIS_FILE`;
fi
# Remove : from wordbreak delimiter because OTRS uses it in the command names
COMP_WORDBREAKS=${COMP_WORDBREAKS//:/}
# Configure bash completion
complete -C "$(dirname $THIS_FILE)/bin/otrs.Console.pl" otrs.Console.pl
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dk_88/OTRS.git
git@gitee.com:dk_88/OTRS.git
dk_88
OTRS
OTRS
master

搜索帮助