.
This commit is contained in:
parent
40daa75ecd
commit
c2d3706d36
@ -39,11 +39,12 @@ file.close()
|
||||
--task.lua contains stuff that should be done after boot
|
||||
if not (fs.exists("brulijam/task.lua")) then
|
||||
file = fs.open("brulijam/task.lua", "a")
|
||||
file.writeLine("print(\"Running /brulijam/task.lua in 5 seconds.\")")
|
||||
file.writeLine("sleep(5)")
|
||||
file.writeLine("--use this file to execute programs")
|
||||
file.writeLine("")
|
||||
file.close()
|
||||
end
|
||||
print("Starting /brulijam/task.lua in 5 seconds.")
|
||||
sleep(5)
|
||||
shell.run("brulijam/task.lua")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user