mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Allow cli to be executed directly
This commit is contained in:
parent
7be3eb1fe8
commit
3804621603
1 changed files with 2 additions and 0 deletions
2
experiments/maki-interpreter/cli.js
Normal file → Executable file
2
experiments/maki-interpreter/cli.js
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
const run = require("./interpreter");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue