diff --git a/test.luau b/test.luau deleted file mode 100644 index a7f5dec..0000000 --- a/test.luau +++ /dev/null @@ -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()) \ No newline at end of file