Skip to content

Commit

Permalink
Merge pull request #52 from haard18/shebang
Browse files Browse the repository at this point in the history
chore: Update shebang line in index.js
  • Loading branch information
Bhanu-code authored May 15, 2024
2 parents 96e54dc + 8866883 commit 90168dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Import necessary modules
#!/usr/bin/env node

const { spawn } = require("child_process");
const fs = require('fs');
const path = require("path");
Expand Down

0 comments on commit 90168dd

Please sign in to comment.