3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
deno run --allow-net --allow-read --allow-write server.ts
|