function lol() while true do turtle.suckUp() end end function artist() shell.run("artist") end parallel.waitForAll(lol, artist)