projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Initial commit
author
Olav Bakke Svendsen
<mail@olavbs.no>
Tue, 10 Oct 2023 05:52:34 +0000
(07:52 +0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Tue, 10 Oct 2023 05:52:34 +0000
(07:52 +0200)
common/dmesg.lua
[new file with mode: 0644]
patch
|
blob
diff --git a/common/dmesg.lua
b/common/dmesg.lua
new file mode 100644
(file)
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
+