This commit is contained in:
JOLIMAITRE Matthieu 2024-03-27 02:21:34 +01:00
commit 02515c9675
17 changed files with 1653 additions and 0 deletions

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