Skip to content

Commit

Permalink
Added shebang to repl module
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Nov 10, 2018
1 parent 8380546 commit c4fd13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repl.js
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'
const repl = require('repl')
const {type} = require('os')
Expand Down

0 comments on commit c4fd13b

Please sign in to comment.