Skip to content

Commit

Permalink
Merge pull request #8 from GR3YH4TT3R93/fix/termux-shebang
Browse files Browse the repository at this point in the history
fix: correct shebang for termux
  • Loading branch information
bajrangCoder authored Apr 24, 2024
2 parents bdca6c0 + 4591338 commit 1e0f34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/acodex-server
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require("../dist/index.js");
#!/data/data/com.termux/files/usr/bin/env node
require("../dist/index.js");

0 comments on commit 1e0f34a

Please sign in to comment.