term.setBackgroundColor(colors.gray)
if fs.exists("/bin/apps/sketch.app") then
   shell.run("/bin/apps/sketch.app") 
else
    shell.run("pastebin", "get uD2Q8812 /bin/apps/sketch.app")
    shell.run("/bin/apps/sketch.app")
end