netlink uevent hello world

This commit is contained in:
Daniel Barlow 2024-04-06 12:33:22 +01:00
parent b6a054c588
commit f233acf9ff
4 changed files with 113 additions and 0 deletions

5
pkgs/nellie/test.lua Normal file
View file

@ -0,0 +1,5 @@
local nellie = require('nellie')
print('dfg')
local f = nellie.open()
print(string.byte(f:read(1000), 0, 60))