This commit is contained in:
Ryan Dahl 2010-10-28 19:41:44 -07:00
Родитель 818e56d44b
Коммит 9bea4c8d58
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

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