7 -- code for the new md5sums file ...
9 local stat
= ox
.stat("/dev/fd")
10 if stat
.type == "link" then
11 print ("/dev/fd is a symlink.")
12 print ("^--> "..ox
.readlink("/dev/fd"))
15 stat
= ox
.stat("test.lua")
16 print ("test.lua size: "..stat
.size
)