mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
|
Deno.env.set("LD_PRELOAD", "./libpreload.so");
|
||
|
|
||
|
const output = new Deno.Command("echo").spawn();
|