Skip to content

Commit

Permalink
Merge pull request #2 from maddymeows/mark-as-executable
Browse files Browse the repository at this point in the history
Mark main entrypoint as executable and add shebang line
  • Loading branch information
NotNite authored Jan 16, 2025
2 parents b75ba67 + 035ca76 commit 72e9089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import fs from "node:fs/promises";
import path from "node:path";
import { input } from "@inquirer/prompts";
Expand Down

0 comments on commit 72e9089

Please sign in to comment.