3 lines
52 B
Plaintext
3 lines
52 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DENO_DIR=$PWD NO_COLOR=true deno run $@
|