Upload files to "/"

This commit is contained in:
2026-01-01 07:57:05 +00:00
parent 8a2b5bca0f
commit bbb34293ab

4
find-banners.lua Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env luajit
for i = 1, 9 do
os.execute("open \"https://picsum.photos/1200/160\"")
end