16 Star 8 Fork 2

openKylin/kernel-builder

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
time.py 160 Bytes
Copy Edit Raw Blame History
XXTXTOP authored 2023-12-13 19:51 . fix1
import os
import subprocess
import time
current_directory = os.getcwd()
while True:
subprocess.call([f'{current_directory}/script.sh'])
time.sleep(5)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/kernel-builder.git
git@gitee.com:openkylin/kernel-builder.git
openkylin
kernel-builder
kernel-builder
master

Search