1 Star 0 Fork 0

鱼香ROS/platformio02

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
create_platformio.py 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
鱼香ROS 提交于 2022-11-25 00:57 . 2022-11-25
import os
# os.system("cd ~ && tar -czvf platformio.tar.gz .platformio")
# os.system("mv ~/platformio.tar.gz ./")
# os.system("split -b 400M -d platformio.tar.gz platformio.")
for i in range(0,3):
repo = f"platformio0{i}"
tar = f"platformio.0{i}"
os.system(f"rm -rf {repo} && mkdir {repo} && cd {repo} && git init && git checkout master")
os.system(f"cd {repo} && rm -rf *")
os.system(f"cp merge_platformio.py {repo}/")
os.system(f"cp create_platformio.py {repo}/")
os.system(f"split -b 10M -d {tar} {repo}/{repo}.")
os.system(f"cd {repo} && git remote add origin [email protected]:ohhuo/{repo}.git")
os.system(f'cd {repo} && git add . && git commit -m "`date +%Y-%m-%d`"')
os.system(f"cd {repo} && git push -f origin master")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohhuo/platformio02.git
[email protected]:ohhuo/platformio02.git
ohhuo
platformio02
platformio02
master

搜索帮助