Allow cli to be executed directly

This commit is contained in:
Jordan Eldredge 2019-07-02 20:47:31 -07:00
parent 7be3eb1fe8
commit 3804621603

2
experiments/maki-interpreter/cli.js Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
const fs = require("fs");
const path = require("path");
const run = require("./interpreter");