Browse Source

X the node-repl script

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
9bea4c8d58
  1. 8
      bin/node-repl

8
bin/node-repl

@ -1,8 +0,0 @@
#!/usr/bin/env node
console.log("Type '.help' for options.");
console.log("(The REPL can also be started by typing 'node' without arguments)");
require('repl').start();
// vim:ft=javascript
Loading…
Cancel
Save