Merge pull request #10 from engineer-man/master

merge
This commit is contained in:
Endercheif 2023-02-23 19:52:07 -08:00 committed by GitHub
commit 3266e803bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 217 additions and 194 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
DENO_DIR=$PWD deno run $@
DENO_DIR=$PWD NO_COLOR=true deno run $@

View file

@ -1,2 +1,2 @@
#!/bin/bash
DENO_DIR=$PWD deno run "$@"
DENO_DIR=$PWD NO_COLOR=true deno run "$@"