6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
deno run --allow-read ast_generator.ts $1
|