X the node-repl script

This commit is contained in:
Ryan Dahl 2010-10-28 19:41:44 -07:00
parent 818e56d44b
commit 9bea4c8d58

View File

@ -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