6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
node phi.js compile.phi compile.phi stage1.js
|