7 lines
No EOL
131 B
Bash
Executable file
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 |