.
This commit is contained in:
parent
bffd9fe4ed
commit
8b89ca0c7a
@ -44,10 +44,12 @@ if not (fs.exists("brulijam/task.lua")) then
|
||||
file.writeLine("sleep(5)")
|
||||
file.writeLine("--put shell.run(\"somescript.lua\") here")
|
||||
file.writeLine("")
|
||||
file.writeLine("basic.clearDisplay()")
|
||||
file.writeLine("")
|
||||
file.close()
|
||||
end
|
||||
shell.run("brulijam/task.lua")
|
||||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
|
||||
--create ntfy file (can be changed later)
|
||||
if not (fs.exists("brulijam/config/ntfy.txt")) then
|
||||
@ -56,6 +58,11 @@ if not (fs.exists("brulijam/config/ntfy.txt")) then
|
||||
file.close()
|
||||
end
|
||||
|
||||
|
||||
|
||||
print("Press Return to continue")
|
||||
read("")
|
||||
|
||||
--execute sync script
|
||||
shell.run("/brulijam/sync.lua")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user