regar/build.sh
2024-10-15 17:06:51 +02:00

7 lines
No EOL
131 B
Bash
Executable file

#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
mkdir -p target
deno compile --allow-all --output target/regar regar.ts