chore: remove testing file

This commit is contained in:
Erica Marigold 2024-06-09 13:06:11 +05:30
parent 8ce47806eb
commit c63caca391
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -1,7 +0,0 @@
local process = require("@lune/process")
local a = process.spawn("echo", {"hello"})
print(a)
print(buffer.tostring(a.stdout:readToEnd()))
print(a.status())