diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2009-09-28 16:50:03 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2009-09-28 18:48:18 +0200 |
commit | c27d9f986a01b86d30b11fd20a3dbd43251ec13a (patch) | |
tree | 40234a5602dd7737932ac2a8c5161b78554cf643 /bin | |
parent | 459d644a5a99da3aa2b681a25e62c82e89b34710 (diff) | |
download | node-new-c27d9f986a01b86d30b11fd20a3dbd43251ec13a.tar.gz |
include utils in the repl.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/node-repl | 1 |
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"); |