This commit is contained in:
Julian Brammer 2024-06-08 23:12:53 +02:00
parent e8d1c01fb7
commit 40daa75ecd

View File

@ -42,6 +42,8 @@ if not (fs.exists("brulijam/task.lua")) then
file.writeLine("--use this file to execute programs")
file.close()
end
print("Starting /brulijam/task.lua in 5 seconds.")
sleep(5)
shell.run("brulijam/task.lua")