mirror of
https://github.com/lune-org/lune.git
synced 2025-04-03 18:10:54 +01:00
chore: remove testing file
This commit is contained in:
parent
8ce47806eb
commit
c63caca391
1 changed files with 0 additions and 7 deletions
|
@ -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())
|
Loading…
Add table
Reference in a new issue