netlink uevent hello world
This commit is contained in:
parent
b6a054c588
commit
f233acf9ff
4 changed files with 113 additions and 0 deletions
5
pkgs/nellie/test.lua
Normal file
5
pkgs/nellie/test.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local nellie = require('nellie')
|
||||
print('dfg')
|
||||
local f = nellie.open()
|
||||
|
||||
print(string.byte(f:read(1000), 0, 60))
|
Loading…
Add table
Add a link
Reference in a new issue