alexhorner

Startup

Jul 1st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. --Quartz OS Startup Script
  2.  
  3. --Load Drivers
  4. os.loadAPI("/system/drivers/display.lua")
  5. os.loadAPI("/system/drivers/audio.lua")
  6.  
  7. --Set aliases
  8. shell.setAlias("qupdate", "/system/updater.lua")
  9. shell.setAlias("compat", "/system/compatibility/compat.lua")
  10.  
  11. --Initialise Displays
  12. display.clear()
  13. display.setCursorPos(1,1)
Add Comment
Please, Sign In to add comment