From 56555f0cece8afb54e0b11a5ac7132b6430404ec Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Tue, 10 Oct 2023 07:52:34 +0200 Subject: [PATCH 1/1] Initial commit --- common/dmesg.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/dmesg.lua diff --git a/common/dmesg.lua b/common/dmesg.lua new file mode 100644 index 0000000..fe6dc93 --- /dev/null +++ b/common/dmesg.lua @@ -0,0 +1,5 @@ +-- dmesg.lua +-- Prints OS events + +while true do print(os.pullEvent()) end + -- 2.30.2