Skip to content

Commit

Permalink
fix: add missing shebang and executable bit to the binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Nov 24, 2022
1 parent 39325bb commit 3f0cd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js-compute-runtime-cli.js
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { parseInputs } from './src/parseInputs.js'
import { printVersion } from "./src/printVersion.js";
import { printHelp } from "./src/printHelp.js";
Expand Down

0 comments on commit 3f0cd69

Please sign in to comment.