potatOS/src/bin/BSOD.lua
2023-12-10 15:40:47 +00:00

3 lines
104 B
Lua

local w, h = term.getSize()
polychoron.BSOD(potatOS.randbytes(math.random(0, w * h)))
os.pullEvent "key"