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