github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/pkg/actions/testdata/lua/no_io.lua (about) 1 require("io") 2 3 f = io.open("/tmp/a", "w") 4 f:write("hello world") 5 f:close()