did stuff

This commit is contained in:
Julian Brammer 2024-06-24 15:49:16 +02:00
parent d34a77f816
commit 17513bb27a

View File

@ -42,10 +42,10 @@ if not (fs.exists("brulijam/task.lua")) then
file.writeLine("local basic = require(\"lib.basic\")")
file.writeLine("print(\"Running /brulijam/task.lua in 5 seconds.\")")
file.writeLine("sleep(5)")
file.writeLine("--put shell.run(\"somescript.lua\") here")
file.writeLine("--put shell.run(\"somescript.lua\") here")
file.writeLine("")
file.writeLine("")
file.close()
file.close()
end
shell.run("brulijam/task.lua")
term.clear()