summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2009-09-28 16:50:03 +0200
committerRyan Dahl <ry@tinyclouds.org>2009-09-28 18:48:18 +0200
commitc27d9f986a01b86d30b11fd20a3dbd43251ec13a (patch)
tree40234a5602dd7737932ac2a8c5161b78554cf643 /bin
parent459d644a5a99da3aa2b681a25e62c82e89b34710 (diff)
downloadnode-new-c27d9f986a01b86d30b11fd20a3dbd43251ec13a.tar.gz
include utils in the repl.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/node-repl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/node-repl b/bin/node-repl
index eb2aff31d5..ae5ca9d6fe 100755
--- a/bin/node-repl
+++ b/bin/node-repl
@@ -1,5 +1,6 @@
#!/usr/bin/env node
+include("/utils.js");
puts("Welcome to the Node.js REPL.");
puts("Enter ECMAScript at the prompt.");
puts("Tip 1: Use 'rlwrap node-repl' for a better interface");