1 Star 0 Fork 700

i-robot / samples

forked from Ascend / samples 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_run.sh 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
HuaweiAscend 提交于 2021-03-17 15:53 . update build_run.sh.
#!/bin/bash
install_scripts(){
lines=7
tail -n +$lines $0 >${HOME}/samples.tar.gz
tar jxvf ${HOME}/samples.tar.gz -C ${HOME}
rm ${HOME}/samples.tar.gz
exit 0
}
tar jcvf ../samples.tar.bz2 ../samples
sed -n "1p;3,7p" ./${0} > ./install.sh
sed 's/^[ \t]*//g' ./install.sh > soft_install.sh
cat ./soft_install.sh ../samples.tar.bz2 > ./samples.run
rm ./install.sh ./soft_install.sh ../samples.tar.bz2
1
https://gitee.com/I-am-a-robot/samples.git
git@gitee.com:I-am-a-robot/samples.git
I-am-a-robot
samples
samples
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891