This commit is contained in:
2025-06-15 17:39:02 -04:00
parent 4546df990f
commit 3fe1f62f22
2 changed files with 27 additions and 0 deletions

4
pairity_startup.lua Normal file
View File

@@ -0,0 +1,4 @@
local kernel = require("kernel")
local main = kernel.addDriver("pairity_main")
sleep(5)
main.run()