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