4 Star 18 Fork 184

Fengguang/lkp-tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cci 453 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fengguang 提交于 2年前 . use /usr/bin/env sh
#!/usr/bin/env sh
SCRIPT_DIR=$(dirname $(realpath $0))
PROJECT_DIR=$(dirname $SCRIPT_DIR)
ruby -v >/dev/null 2>&1
if [ "$?" = 0 ]; then
exec $PROJECT_DIR/sbin/cci.rb "$@"
fi
usage()
{
cat <<-EOF
Usage: cci command [option]
command:
return return current testbox right now
lkp-renew prolong the service time of the testbox
EOF
exit
}
if [ "$#" = 0 ]; then
usage
fi
command=$1
shift
exec $PROJECT_DIR/sbin/$command "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wu_fengguang/lkp-tests.git
git@gitee.com:wu_fengguang/lkp-tests.git
wu_fengguang
lkp-tests
lkp-tests
master

搜索帮助