add kv sh

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-30 00:09:31 +02:00
parent b8230f55b3
commit 0a982b2458
7 changed files with 279 additions and 2 deletions

7
build.sh Normal file
View 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