init
This commit is contained in:
commit
f159fab9a9
6 changed files with 195 additions and 0 deletions
9
build.sh
Executable file
9
build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
MAIN="main.ts"
|
||||
ARGS="--allow-net"
|
||||
BIN="okimeter"
|
||||
|
||||
deno compile "$ARGS" -o "$BIN" "$MAIN"
|
Loading…
Add table
Add a link
Reference in a new issue