add kv sh
This commit is contained in:
parent
b8230f55b3
commit
0a982b2458
7 changed files with 279 additions and 2 deletions
7
build.sh
Normal file
7
build.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpth "$0")")"
|
||||
|
||||
|
||||
mkdir -p bin
|
||||
deno compile -A -o bin/kvsh ./src/kvsh.ts
|
Loading…
Add table
Add a link
Reference in a new issue