4 lines
132 B
Bash
4 lines
132 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
deno run --env-file=.env --allow-net --allow-read --allow-env --allow-sys --allow-write --allow-run --allow-ffi main.ts
|