1 Star 0 Fork 0

ithewei / YCM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
hewei.it 提交于 2021-02-04 20:33 . first commit
#!/bin/sh
echo "WARNING: this script is deprecated. Use the install.py script instead." 1>&2
SCRIPT_DIR=$(dirname $0 || exit $?)
command_exists() {
command -v "$1" >/dev/null 2>&1 ;
}
PYTHON_BINARY=python
if command_exists python2; then
PYTHON_BINARY=python2
fi
$PYTHON_BINARY "$SCRIPT_DIR/install.py" "$@" || exit $?
1
https://gitee.com/ithewei/YCM.git
git@gitee.com:ithewei/YCM.git
ithewei
YCM
YCM
master

搜索帮助