mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
10 lines
133 B
JavaScript
Executable File
10 lines
133 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
puts = require("sys").puts;
|
|
|
|
puts("Type '.help' for options.");
|
|
|
|
require('repl').start();
|
|
|
|
// vim:ft=javascript
|