This commit is contained in:
Julian Brammer 2024-06-08 22:22:46 +02:00
parent fce598654a
commit 4c4062e924

View File

@ -91,6 +91,8 @@ local function unlockDevice()
end end
local function shellRun() local function shellRun()
print("running shell")
sleep(5)
shell.run("shell") shell.run("shell")
end end