1 Star 0 Fork 0

huangzhendi2003 / sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.sh 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
Livar Cunha 提交于 2018-09-19 15:11 . Moving the SDK into Arcade.
#!/bin/bash
SOURCE="${BASH_SOURCE[0]}"
while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symlink
ScriptRoot="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE="$(readlink "$SOURCE")"
[[ $SOURCE != /* ]] && SOURCE="$ScriptRoot/$SOURCE" # if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
done
ScriptRoot="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
. "$ScriptRoot/eng/common/build.sh" --test $@
1
https://gitee.com/huangzhendi2003/sdk.git
git@gitee.com:huangzhendi2003/sdk.git
huangzhendi2003
sdk
sdk
master

搜索帮助