Skip to content

Commit 87fafd2

Browse files
committed
Remove shebang from entry point
1 parent 4818024 commit 87fafd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cli-repl/bin/mongosh.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#!/usr/bin/env node
2-
3-
/* eslint no-console: 0, no-new: 0*/
41
const { CliRepl, parseCliArgs, mapCliToDriver, generateUri, USAGE } = require('../lib');
52

63
process.title = 'mongosh';

0 commit comments

Comments
 (0)