2 lines
37 B
Plaintext
2 lines
37 B
Plaintext
|
#!/bin/bash
|
||
|
DENO_DIR=$PWD deno run $*
|