Skip to content

Commit 3f0cd69

Browse files
author
Jake Champion
committed
fix: add missing shebang and executable bit to the binary file
1 parent 39325bb commit 3f0cd69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js-compute-runtime-cli.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import { parseInputs } from './src/parseInputs.js'
24
import { printVersion } from "./src/printVersion.js";
35
import { printHelp } from "./src/printHelp.js";

0 commit comments

Comments
 (0)