#!/usr/bin/env node var puts = require("sys").puts; puts("Type '.help' for options."); puts("(The REPL can also be started by typing 'node' without arguments)"); require('repl').start(); // vim:ft=javascript