Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-05 21:21:16 +09:00
parent 77d92e1b57
commit e37c004221
1 changed files with 6 additions and 5 deletions

View File

@ -82,13 +82,14 @@ def readybuild():
rm_cmd = "sudo rm -r -f fusato"
os.system(rm_cmd)
os.makedirs('fusato')
lbinit()
#lbinit()
ls_cmd = "ls"
os.system(ls_cmd)
else:
os.makedirs('fusato')
lbinit()
#lbinit()
ls_cmd = "ls"
os.system(ls_cmd)
readybuild()