摘要: initDSRProject.sh #!/usr/bin/bash # load utils . ./util/utils.sh . ./util/fileUtils.sh . ./util/gitUtils.sh # set project related info projectName="ro 阅读全文
posted @ 2023-02-15 14:51 箫笛 阅读(11) 评论(0) 推荐(0)
摘要: syncMockJson.sh #!/usr/bin/bash # load utils . ./util/utils.sh . ./util/fileUtils.sh . ./util/gitUtils.sh # config directory, file path and branch ### 阅读全文
posted @ 2023-02-15 14:35 箫笛 阅读(25) 评论(0) 推荐(0)