Init.
This commit is contained in:
commit
02515c9675
17 changed files with 1653 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
mkdir -p "bin"
|
||||
rm -f bin/cfguesser
|
||||
deno compile -A -o bin/cfguesser src/cfguesser.ts
|
Loading…
Add table
Add a link
Reference in a new issue