Initial commit
authorOlav Bakke Svendsen <mail@olavbs.no>
Tue, 10 Oct 2023 05:52:34 +0000 (07:52 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Tue, 10 Oct 2023 05:52:34 +0000 (07:52 +0200)
common/dmesg.lua [new file with mode: 0644]

diff --git a/common/dmesg.lua b/common/dmesg.lua
new file mode 100644 (file)
index 0000000..fe6dc93
--- /dev/null
@@ -0,0 +1,5 @@
+-- dmesg.lua
+-- Prints OS events
+
+while true do print(os.pullEvent()) end
+