11 lines
101 B
Bash
Executable File
11 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
./generate_ast ast > new.ast.out.ts
|
|
|
|
mv new.ast.out.ts ast.out.ts
|
|
|
|
./build.sh
|
|
|