This commit is contained in:
kepler155c
2018-11-30 19:26:56 -05:00
parent 53c11db773
commit c5d209161e
5 changed files with 19 additions and 7 deletions

View File

@@ -81,7 +81,8 @@ local state = Util.readTable('usr/config/treefarm') or {
if not fs.exists(STARTUP_FILE) then
Util.writeFile(STARTUP_FILE,
[[os.sleep(1)
shell.openForegroundTab('packages/farms/treefarm.lua')]])
shell.openForegroundTab('treefarm.lua')]])
print('Autorun program created: ' .. STARTUP_FILE)
end
local clock = os.clock()