Skip to content

Commit

Permalink
Remove shebang from entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 20, 2020
1 parent 4818024 commit 87fafd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli-repl/bin/mongosh.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env node

/* eslint no-console: 0, no-new: 0*/
const { CliRepl, parseCliArgs, mapCliToDriver, generateUri, USAGE } = require('../lib');

process.title = 'mongosh';
Expand Down

0 comments on commit 87fafd2

Please sign in to comment.