if startup_complete then error("Already did startup") end term.clear() term.setCursorPos(1, 1) print("HODOR!") shell.setPath(string.gsub(shell.path(), "%.:", ".:/bin:")) os.loadAPI("apis/storage") startup_complete = true local resume = storage.get("resume") if resume then shell.run(resume) end