iteration

This commit is contained in:
2023-10-08 04:04:21 -04:00
parent c9e6e5d229
commit f0233a640d
13 changed files with 130 additions and 111 deletions

8
packages/dig.lua Normal file
View File

@@ -0,0 +1,8 @@
local args = { ... }
if args[1] == nil then
print("Usage: dig <hostname>")
return
end
os.write(lns.lookup(args[1]) .. "\n")