Add shebang line
This makes it work on non-Windows OSes. Fixes #5; fixes #4.
This commit is contained in:
parent
c810719969
commit
1af212447c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
/* eslint-disable no-process-exit */
|
||||
const path = require("path");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue