1 Star 0 Fork 59

公子文彬 / sysmaster

forked from openEuler / sysmaster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 163 Bytes
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2022-11-01 11:02 . refactor: move libsysmaster to dir src
#!/bin/bash
p_w_d=`pwd`
echo $p_w_d
target_dir=$1
echo $target_dir
cp -a $p_w_d/tests/test_units/* $target_dir
cp -a $p_w_d/tests/presets/* $target_dir
exit $?
Rust
1
https://gitee.com/xiewei/sysmaster.git
git@gitee.com:xiewei/sysmaster.git
xiewei
sysmaster
sysmaster
master

搜索帮助