#!/usr/bin/env node puts = require("sys").puts; puts("Type '.help' for options."); require('repl').start(); // vim:ft=javascript